Scripts/Zangarmarsh: Removes empty gossip_text that resulted in NPCs saying blank text to players after buffing them

Closes #12697
Closes #16300

(cherry picked from commit ccf3ed40e2)
This commit is contained in:
Saben65
2016-01-19 21:17:10 +01:00
committed by Shauren
parent 1c61371651
commit 12b7f330c6
2 changed files with 1 additions and 4 deletions

View File

@@ -0,0 +1 @@
DELETE FROM `creature_text` WHERE `entry` IN (17900,17901) AND `BroadcastTextId`=8329;