From 8d73d432c3a7be03070fce2d2701e228724d20e3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 4 Oct 2015 19:33:33 +0200 Subject: DB/gossip: Add missing gossips to Garrosh Hellscream (cherry picked from commit 3b544a35777005e606bcfad7cbaab7dfa85f0ba1) --- sql/updates/world/2015_11_06_40_world_2015_10_04_03.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2015_11_06_40_world_2015_10_04_03.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_11_06_40_world_2015_10_04_03.sql b/sql/updates/world/2015_11_06_40_world_2015_10_04_03.sql new file mode 100644 index 00000000000..693d88687ce --- /dev/null +++ b/sql/updates/world/2015_11_06_40_world_2015_10_04_03.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (11206,11207); +INSERT IGNORE INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `OptionBroadcastTextID`) VALUE +(11206, 0, 0, 'Northrend requires your attention Overlord Hellscream. We will deal with the Lich King and his minions without your aid.', 1, 1, 11207, 0, 0, 0, '', 39416), +(11207, 0, 0, 'The word is given. The Lich King will die by our hands!', 1, 1, 11208, 0, 0, 0, '', 39415); +UPDATE `npc_text` SET `BroadcastTextID0`=39418 WHERE `id`=15608; +UPDATE `npc_text` SET `BroadcastTextID0`=39419 WHERE `id`=15609; -- cgit v1.2.3