diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_11_06_40_world_2015_10_04_03.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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; |