diff options
| author | ForesterDev <forester.manv@gmail.com> | 2015-11-27 11:59:13 +0400 |
|---|---|---|
| committer | ForesterDev <forester.manv@gmail.com> | 2015-11-27 12:53:48 +0400 |
| commit | 9573ec52f0ea2fbda0fdcac1bd9ed2617d359338 (patch) | |
| tree | 9b6cdd0214072b6c4eba54bc2c361c1aa4a93c6a /sql/updates | |
| parent | 5f917e2286809d7aafa8871be38042ae7966c26b (diff) | |
Core/Player: cleanup function CheckInstanceLoginValid
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2015_11_27_00_world_355.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_27_00_world_355.sql b/sql/updates/world/2015_11_27_00_world_355.sql new file mode 100644 index 00000000000..15be2ab73ed --- /dev/null +++ b/sql/updates/world/2015_11_27_00_world_355.sql @@ -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'); |
