diff options
| author | jackpoz <giacomopoz@gmail.com> | 2015-11-28 21:45:41 +0100 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2015-11-28 21:45:41 +0100 |
| commit | a67f378f10e0e7264430a431db71a3b91fdad187 (patch) | |
| tree | 7ba1b0223594344d249049e841c58946c78c15cb /sql/updates | |
| parent | 787b7ae85058ca0a8b81e7a6b440bb0a0038b8d1 (diff) | |
| parent | 9573ec52f0ea2fbda0fdcac1bd9ed2617d359338 (diff) | |
Merge pull request #15904 from 'ForesterDev/instance_login_cleanup'
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2015_11_28_01_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_28_01_world_335.sql b/sql/updates/world/2015_11_28_01_world_335.sql new file mode 100644 index 00000000000..4bec178ecee --- /dev/null +++ b/sql/updates/world/2015_11_28_01_world_335.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'); |
