From 23708a2e543ac0af82853e554600993c0863fdba Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi Date: Wed, 24 Jun 2026 20:24:35 +0300 Subject: [PATCH] Fix critic bug typo critic: $refValule Fix critic bug typo critic: $refValule --- GameEngine/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Database.php b/GameEngine/Database.php index 1228c5c1..b9bfa3bf 100755 --- a/GameEngine/Database.php +++ b/GameEngine/Database.php @@ -5545,7 +5545,7 @@ References: User ID/Message ID, Mode if(!$mode) { $pairs[] = '(0, ' . (int) $refValue . ', ' . (int) $clay[$index] . ', ' . (int) $iron[$index] . ', ' . (int) $crop[$index] . ', ' . (int) $merchant[$index] . ')'; } else { - $pairs[] = (int) $refValule; + $pairs[] = (int) $refValue; } }