From 043ed7159ebe77f4756db9896a04419a8b96768a Mon Sep 17 00:00:00 2001 From: tkrokli Date: Wed, 24 Feb 2016 02:49:28 +0100 Subject: Core/Scripts: zone_terokkar_forest cleanup - moved spell, quest and gossip IDs into enum - replaced hardcoded text with DB gossip IDs - restored correct gossip option order for Skull Pile Replaces the crashed PR attempt in #16668 --- sql/updates/world/2016_02_29_29_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2016_02_29_29_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_02_29_29_world.sql b/sql/updates/world/2016_02_29_29_world.sql new file mode 100644 index 00000000000..346c77bee43 --- /dev/null +++ b/sql/updates/world/2016_02_29_29_world.sql @@ -0,0 +1,5 @@ +-- Create gossip_menu_option 7731,7732 for NPC 18588 Floon in Terokkar Forest +DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (7731,7732) AND `id` = 0; +INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`,`BoxBroadcastTextID`) VALUES +(7731,0,0,'He wants his "golds." Pay up or die... again...',15564,1,1,0,0,0,0,'',0), +(7732,0,0,"I have been sent by Sal'salabim to collect a debt that you owe. Pay up or I'm going to have to hurt you.",15560,1,1,0,0,0,0,'',0); -- cgit v1.2.3