aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2017-10-13 18:04:07 +0200
committerShauren <shauren.trinity@gmail.com>2020-12-31 23:23:50 +0100
commit1a8f4d9a65d13c5404059bf9da46d05a5c5e8656 (patch)
tree48b1e286f75c337d35d2cb74522bed6eed08385a
parent7d073e0ced866110562d698f5dd98ff230a0668b (diff)
DB/Gossip: Vindicator Palanaar
Closes #20602 (cherry picked from commit 466516ba07dd1dab5df7d7510493d0a078b3e457)
-rw-r--r--sql/updates/world/master/2020_11_08_00_world_2017_10_13_02_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_11_08_00_world_2017_10_13_02_world.sql b/sql/updates/world/master/2020_11_08_00_world_2017_10_13_02_world.sql
new file mode 100644
index 00000000000..e8cd23022ef
--- /dev/null
+++ b/sql/updates/world/master/2020_11_08_00_world_2017_10_13_02_world.sql
@@ -0,0 +1,9 @@
+-- Vindicator Palanaar
+DELETE FROM `gossip_menu` WHERE `MenuID`=7367 AND `TextID`=8803;
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
+(7367,8803,0);
+
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7367;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,7367,8802,0,0,16,0,767,0,0,0,0,0,"","Show gossip text 8802 if player is not a Draenei"),
+(14,7367,8803,0,0,16,0,1024,0,0,0,0,0,"","Show gossip text 8803 if player is a Draenei");