From ccf3ed40e2ed5c320fe2f468f5ba0f2bff5e27fa Mon Sep 17 00:00:00 2001 From: Saben65 Date: Tue, 19 Jan 2016 21:17:10 +0100 Subject: Scripts/Zangarmarsh: Removes empty gossip_text that resulted in NPCs saying blank text to players after buffing them Closes #12697 Closes #16300 --- sql/updates/world/2016_01_19_05_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2016_01_19_05_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_01_19_05_world.sql b/sql/updates/world/2016_01_19_05_world.sql new file mode 100644 index 00000000000..5afd9e2b8a5 --- /dev/null +++ b/sql/updates/world/2016_01_19_05_world.sql @@ -0,0 +1 @@ +DELETE FROM `creature_text` WHERE `entry` IN (17900,17901) AND `BroadcastTextId`=8329; -- cgit v1.2.3