Update powergamers.lua

This commit is contained in:
Atte 2014-09-02 18:50:38 +03:00
parent d04f084599
commit 2812b1cd80

View File

@ -21,4 +21,4 @@ end
--ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0', --ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
-- after that execute -- -- 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`