mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 23:26:08 +00:00
Fix something broken
Fix something broken
This commit is contained in:
@@ -75,7 +75,7 @@ if($diffGold!== 0){
|
||||
|
||||
$database->query("
|
||||
INSERT INTO ".TB_PREFIX."gold_fin_log
|
||||
(uid, wid, action, gold, time, log)
|
||||
(uid, wid, action, gold, time, details)
|
||||
VALUES ($id, $wid, '$action_esc', $diffGold, $now, '$details_esc')
|
||||
");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user