aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-10-10 18:00:47 +0200
committerShauren <shauren.trinity@gmail.com>2020-12-31 23:23:50 +0100
commitf7cf46af7587cd5ed13b1044919809c10aa3d195 (patch)
tree9543b5d61cc612cf095643417abcad0861e35d22
parentc9eac8044d89d4af4f633c1688b27027e9036265 (diff)
DB/Gossip: Vish Kozus
Closes #20577 (cherry picked from commit 8e935aa2c03924856919a354684ed8774d04b845)
-rw-r--r--sql/updates/world/master/2020_11_06_01_world_2017_10_10_05_world_335.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_11_06_01_world_2017_10_10_05_world_335.sql b/sql/updates/world/master/2020_11_06_01_world_2017_10_10_05_world_335.sql
new file mode 100644
index 00000000000..eeccd688409
--- /dev/null
+++ b/sql/updates/world/master/2020_11_06_01_world_2017_10_10_05_world_335.sql
@@ -0,0 +1,9 @@
+-- Vish Kozus
+DELETE FROM `gossip_menu` WHERE `MenuID`=6531 AND `TextID`=7751;
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
+(6531,7751,0);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 14 AND `SourceGroup`= 6531;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,6531,7751,0,0,9,0,8283,0,0,0,0,0,"","Show Gossip Menu Text 7751 if Quest 'Wanted - Deathclasp, Terror of the Sands' is taken"),
+(14,6531,7751,0,1,28,0,8283,0,0,0,0,0,"","Show Gossip Menu Text 7751 if Quest 'Wanted - Deathclasp, Terror of the Sands' is completed");