diff options
| author | MitchesD <majklprofik@seznam.cz> | 2016-02-25 20:41:39 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-08 20:30:10 +0200 |
| commit | 50ffea4d8f8b775c04fb2b1b37ef9be7aad2e6ea (patch) | |
| tree | 16b342fdb3f0ce4bda20f769c977900dbdf93237 /sql | |
| parent | 42a01d62e68f1e9c522ead8b5f7f427b7117fde8 (diff) | |
Merge pull request #16671 from tkrokli/zone_terokkar_forest
Core/Scripts: zone_terokkar_forest cleanup
(cherry picked from commit b7e93f68c33820aecbb1816d00ca2c0d66c61c12)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_04_08_17_world_2016_02_25_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_08_17_world_2016_02_25_00_world.sql b/sql/updates/world/2016_04_08_17_world_2016_02_25_00_world.sql new file mode 100644 index 00000000000..346c77bee43 --- /dev/null +++ b/sql/updates/world/2016_04_08_17_world_2016_02_25_00_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); |
