diff options
| author | ForesterDev <forester.manv@gmail.com> | 2015-11-27 11:59:13 +0400 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-03-21 18:49:45 +0100 |
| commit | 6ed2cde7733e3e94ce84dbc53c6c42774c5c1847 (patch) | |
| tree | f296cf1ee2d85720070948e4e2c72b9ced0e91a9 /sql/updates | |
| parent | ed392756753a143d7da473301d45a8687018784a (diff) | |
Core/Player: cleanup function CheckInstanceLoginValid
(cherry picked from commit 9573ec52f0ea2fbda0fdcac1bd9ed2617d359338)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2016_03_21_00_world_2015_11_27_00.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_21_00_world_2015_11_27_00.sql b/sql/updates/world/2016_03_21_00_world_2015_11_27_00.sql new file mode 100644 index 00000000000..15be2ab73ed --- /dev/null +++ b/sql/updates/world/2016_03_21_00_world_2015_11_27_00.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'); |
