aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2016-02-25 20:41:39 +0100
committerMitchesD <majklprofik@seznam.cz>2016-02-25 20:41:39 +0100
commitb7e93f68c33820aecbb1816d00ca2c0d66c61c12 (patch)
tree048ea5d218d11afaa82930cf9f2f260fa2d54506 /sql
parentb6720af4cb59ea056f423011bae2e0ca5a3952d9 (diff)
parent043ed7159ebe77f4756db9896a04419a8b96768a (diff)
Merge pull request #16671 from tkrokli/zone_terokkar_forest
Core/Scripts: zone_terokkar_forest cleanup
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_02_29_29_world.sql5
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);