aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-09-23 18:35:20 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-10 00:27:38 +0100
commit1053b6d51637dbb003a127694bf6bc3c9db2a790 (patch)
tree4e02ccbc9d05588f16290ca591379c34cbd9f9ab
parent5fa2b03d0fb416b45980a41592d69c775aa9f1b9 (diff)
DB/Gossip: Glodrak Huntsniper and Goldark Snipehunter
Closes #22493 (cherry picked from commit 7d30b1b74f746ec5334f36c1d685c9da29ab2fc2)
-rw-r--r--sql/updates/world/master/2021_11_09_13_world_2018_09_23_02_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_09_13_world_2018_09_23_02_world.sql b/sql/updates/world/master/2021_11_09_13_world_2018_09_23_02_world.sql
new file mode 100644
index 00000000000..158db8985fb
--- /dev/null
+++ b/sql/updates/world/master/2021_11_09_13_world_2018_09_23_02_world.sql
@@ -0,0 +1,9 @@
+--
+-- UPDATE `npc_text` SET `Text0_0`="You ever tried on Synthebrew Goggles? They're surprisingly uncomfortable!", `BroadcastTextID0`=23836 WHERE `ID`=12181;
+-- UPDATE `npc_text` SET `Text0_0`="I'll tell ya, the only proper way to hunt is when yer good an' goggled!", `BroadcastTextID0`=23782 WHERE `ID`=12165;
+-- UPDATE `gossip_menu_option` SET `OptionText`="What are Synthebrew Goggles?" , `OptionBroadcastTextID`=35222, `BoxMoney`=0, `BoxText`="", `BoxBroadcastTextID`=0, `ActionMenuID`=10603 WHERE `MenuID`=9006;
+-- UPDATE `gossip_menu_option` SET `OptionText`="What are Synthebrew Goggles?" , `OptionBroadcastTextID`=35222 WHERE `MenuID`=9016;
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 15 AND `SourceGroup` IN (9016,9006);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(15, 9016,0, 0,0, 2,0, 46735,1,0, 1,0,0, '', 'Show gossip menu option 9016 if the player doesnt have the item 46735'),
+(15, 9006,0, 0,0, 2,0, 46735,1,0, 1,0,0, '', 'Show gossip menu option 9016 if the player doesnt have the item 46735');