From 2812b1cd80616f101427e5fb1bc486870f834d8c Mon Sep 17 00:00:00 2001 From: Atte Date: Tue, 2 Sep 2014 18:50:38 +0300 Subject: [PATCH] Update powergamers.lua --- LUA/TFS_10/other.md/powergamers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LUA/TFS_10/other.md/powergamers.lua b/LUA/TFS_10/other.md/powergamers.lua index 3ce996c..d35acd9 100644 --- a/LUA/TFS_10/other.md/powergamers.lua +++ b/LUA/TFS_10/other.md/powergamers.lua @@ -21,4 +21,4 @@ end --ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', -- after that execute -- --- UPDATE `znote_players` SET `exphist_lastexp`=`players`.`experience` +-- UPDATE `znote_players` `a` INNER JOIN `players` `b` SET `a`.`exphist_lastexp`=`b`.`experience`