diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-07-10 18:10:45 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-11 23:49:08 +0200 |
commit | 9b036b8fe0c443acd882de9faf615abe89dad691 (patch) | |
tree | 85de4f105a8b1cd9f1062f2ee82fc9af67dbbc37 | |
parent | 9537be2b957b5a6ad02327e3c5288a0fda8e14f3 (diff) |
DB/Gossip: Vyrin Swiftwind & Marek Ironheart
Closes #22142
(cherry picked from commit cec83da2d1cd71874496e8ebd1d8d5e2994199eb)
-rw-r--r-- | sql/updates/world/master/2021_10_11_03_world_2018_07_10_03_world_335.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_11_03_world_2018_07_10_03_world_335.sql b/sql/updates/world/master/2021_10_11_03_world_2018_07_10_03_world_335.sql new file mode 100644 index 00000000000..42bec8c6af4 --- /dev/null +++ b/sql/updates/world/master/2021_10_11_03_world_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); |