aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-10-04 19:33:33 +0200
committerKillyana <morphone1@gmail.com>2015-10-04 19:33:33 +0200
commit3b544a35777005e606bcfad7cbaab7dfa85f0ba1 (patch)
treedde990119c430f48bd37a53f19f9fb15d8ef4826
parent6a10dbd79c9436c9233d8e170833c0897ce145f8 (diff)
DB/gossip: Add missing gossips to Garrosh Hellscream
-rw-r--r--sql/updates/world/2015_10_04_03_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_04_03_world.sql b/sql/updates/world/2015_10_04_03_world.sql
new file mode 100644
index 00000000000..680b21f77df
--- /dev/null
+++ b/sql/updates/world/2015_10_04_03_world.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 `text0_0`="You turn away the might of the Warsong Offensive? Has the chaos of battle turned you mad? With my help, victory is at hand! Without my help, your fight will be difficult.", `BroadcastTextID0`=39418 WHERE `id`=15608;
+UPDATE `npc_text` SET `text0_0`="Glory to the Horde!", `BroadcastTextID0`=39419 WHERE `id`=15609;