Fix critic bug typo critic: $refValule

Fix critic bug typo critic: $refValule
This commit is contained in:
Catalin Novgorodschi
2026-06-24 20:24:35 +03:00
committed by GitHub
parent 49ce36fd99
commit 23708a2e54
+1 -1
View File
@@ -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;
}
}