DB/Gossip: update npc_text info for 3 NPCs

- set correct gossip_menu.text_id for Jangdor Swiftstrider
- add missing text for Terl Arakor and Griniblix the Spectator

* Thanks to MaNGOS Zero / billy1arm for providing the right clues.

Updates #19527
This commit is contained in:
tkrokli
2017-04-30 07:46:25 +02:00
committed by Aokromes
parent acd63b4259
commit 7cec0149d7

View File

@@ -0,0 +1,8 @@
-- Jangdor Swiftstrider - Camp Mojache, Feralas (entry 7854)
UPDATE `gossip_menu` SET `text_id`= 2638 WHERE `entry`= 1964; -- (old text_id = 2368)
-- Terl Arakor - Wetlands (entry 2153)
UPDATE `npc_text` SET `text0_0`= 'This is MY WAGON!$B$BMINE!', `BroadcastTextID0`= 44358 WHERE `ID`= 16528;
-- Griniblix the Spectator - Dire Maul, Feralas (entry 14395)
UPDATE `npc_text` SET `text0_0`= 'Woohoo! They are into it now!', `text0_1`= 'Woohoo! They are into it now!', `BroadcastTextID0`= 9504 WHERE `ID`= 16432;