aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvelinath <velinath@users.noreply.github.com>2017-10-05 17:16:04 +0200
committerShauren <shauren.trinity@gmail.com>2020-09-15 23:13:52 +0200
commitc75d411a2f7d9992157e6a212c4d4ff15fff27b1 (patch)
tree443eb207c7dcf781c5ae18ff9b76c86856a9ad85
parent6c0af8743f48badbae43362ee61a61a22fde3fda (diff)
DB/Gossip: Rathis Tomber
Closes #20543 (cherry picked from commit ab8192e1203516212a706b7442056936c1524301)
-rw-r--r--sql/updates/world/master/2020_09_15_02_world_2017_10_05_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_15_02_world_2017_10_05_00_world.sql b/sql/updates/world/master/2020_09_15_02_world_2017_10_05_00_world.sql
new file mode 100644
index 00000000000..f2c61cc9b9e
--- /dev/null
+++ b/sql/updates/world/master/2020_09_15_02_world_2017_10_05_00_world.sql
@@ -0,0 +1,9 @@
+--
+DELETE FROM `gossip_menu` WHERE `MenuID`=7162 AND `TextID`=8432;
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
+(7162, 8432, 0);
+UPDATE `gossip_menu_option` SET `OptionIcon` = 1 WHERE `MenuID` = 7162;
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7162;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14, 7162, 8431, 0, 0, 8, 0, 9152, 0, 0, 1, 0, 0, "", "Show gossip text if quest 'Tomber\'s Supplies' has not been rewarded."),
+(14, 7162, 8432, 0, 0, 8, 0, 9152, 0, 0, 0, 0, 0, "", "Show gossip text if quest 'Tomber\'s Supplies' has been rewarded.");