Merge pull request #15904 from 'ForesterDev/instance_login_cleanup'

This commit is contained in:
jackpoz
2015-11-28 21:45:41 +01:00
3 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `trinity_string` WHERE `entry` = 11010;
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
(11010, 'You didn''t get kicked out of the instance even if Player::CheckInstanceLoginValid() returned false and without .gm on flag');