mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 21:49:49 +01:00
Merge pull request #15904 from 'ForesterDev/instance_login_cleanup'
This commit is contained in:
3
sql/updates/world/2015_11_28_01_world_335.sql
Normal file
3
sql/updates/world/2015_11_28_01_world_335.sql
Normal 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');
|
||||
Reference in New Issue
Block a user