From 7422557d03b3cbb5b00a39b16c52f879c2f31fdd Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 31 Dec 2015 19:51:07 +0100 Subject: Merge pull request #16110 from Treeston/3.3.5-instancerevive Game/Maps: Clean up instance zone-in handling (cherry picked from commit eb3dc8a4f064d89b78248a511bcf67f805ea3314) --- sql/updates/world/2016_03_21_01_world_2015_12_27_instancerevive.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2016_03_21_01_world_2015_12_27_instancerevive.sql (limited to 'sql') diff --git a/sql/updates/world/2016_03_21_01_world_2015_12_27_instancerevive.sql b/sql/updates/world/2016_03_21_01_world_2015_12_27_instancerevive.sql new file mode 100644 index 00000000000..3bee62963ef --- /dev/null +++ b/sql/updates/world/2016_03_21_01_world_2015_12_27_instancerevive.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `trinity_string` WHERE `entry`=11014; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(11014,"You are already locked to %s."); -- cgit v1.2.3