From 9573ec52f0ea2fbda0fdcac1bd9ed2617d359338 Mon Sep 17 00:00:00 2001 From: ForesterDev Date: Fri, 27 Nov 2015 11:59:13 +0400 Subject: Core/Player: cleanup function CheckInstanceLoginValid --- sql/updates/world/2015_11_27_00_world_355.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_11_27_00_world_355.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3