diff options
| author | tkrokli <tkrokli@hotmail.com> | 2016-02-24 02:49:28 +0100 |
|---|---|---|
| committer | tkrokli <tkrokli@hotmail.com> | 2016-02-24 02:49:28 +0100 |
| commit | 043ed7159ebe77f4756db9896a04419a8b96768a (patch) | |
| tree | edff28c6d03e196b1176c922c54b9bd8f5115db7 /sql | |
| parent | dab661c8dad6016f98a0e7c190a00eae49bc58b5 (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_02_29_29_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
