Core/Player: cleanup function CheckInstanceLoginValid

This commit is contained in:
ForesterDev
2015-11-27 11:59:13 +04:00
parent 5f917e2286
commit 9573ec52f0
3 changed files with 12 additions and 7 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');