aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2018-07-10 18:10:45 +0200
committerKillyana <morphone1@gmail.com>2018-07-10 18:10:45 +0200
commitcec83da2d1cd71874496e8ebd1d8d5e2994199eb (patch)
tree40f0c9e8b72181f12b09a498a2032c41158ddd95
parent6cf548cd0af575c2a575d6b8aead387863213187 (diff)
DB/Gossip: Vyrin Swiftwind & Marek Ironheart
Closes #22142
-rw-r--r--sql/updates/world/3.3.5/2018_07_10_03_world_335.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_07_10_03_world_335.sql b/sql/updates/world/3.3.5/2018_07_10_03_world_335.sql
new file mode 100644
index 00000000000..42bec8c6af4
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_07_10_03_world_335.sql
@@ -0,0 +1,14 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (2831,2801);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,2831,3523,0,0,14,0,271,0,0,0,0,0,"","SHOW gossip text 3523 if quest 'Vyrin's Revenge' is not taken"),
+(14,2831,3522,0,0,9,0,271,0,0,0,0,0,"","SHOW gossip text 3522 if quest 'Vyrin's Revenge' is taken"),
+(14,2831,3522,0,1,28,0,271,0,0,0,0,0,"","SHOW gossip text 3522 if quest 'Vyrin's Revenge' is complete"),
+(14,2831,3525,0,0,8,0,271,0,0,0,0,0,"","SHOW gossip text 3525 if quest 'Vyrin's Revenge' is rewarded"),
+(14,2801,3494,0,0,14,0,271,0,0,0,0,0,"","SHOW gossip text 3494 if quest 'Vyrin's Revenge' is not taken"),
+(14,2801,3493,0,0,9,0,271,0,0,0,0,0,"","SHOW gossip text 3493 if quest 'Vyrin's Revenge' is taken"),
+(14,2801,3493,0,1,28,0,271,0,0,0,0,0,"","SHOW gossip text 3493 if quest 'Vyrin's Revenge' is complete"),
+(14,2801,3495,0,0,8,0,271,0,0,0,0,0,"","SHOW gossip text 3495 if quest 'Vyrin's Revenge' is rewarded");
+
+DELETE FROM `gossip_menu` WHERE `MenuID`=2801 AND `TextID`=3493;
+INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
+(2801,3493,0);