From d04f0845999ae779137161dd7570f35e29a1039b Mon Sep 17 00:00:00 2001 From: Atte Date: Tue, 2 Sep 2014 18:46:07 +0300 Subject: [PATCH] Update powergamers.lua ops --- LUA/TFS_10/other.md/powergamers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LUA/TFS_10/other.md/powergamers.lua b/LUA/TFS_10/other.md/powergamers.lua index 09bd19e..3ce996c 100644 --- a/LUA/TFS_10/other.md/powergamers.lua +++ b/LUA/TFS_10/other.md/powergamers.lua @@ -11,7 +11,7 @@ end -- -- SQL (remember to remove all -- before executing)-- ---ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', +--ALTER TABLE `znote_players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0', --ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0', --ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0', --ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0', @@ -21,4 +21,4 @@ end --ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', -- after that execute -- --- UPDATE `players` SET `exphist_lastexp`=`players`.`experience` +-- UPDATE `znote_players` SET `exphist_lastexp`=`players`.`experience`