diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-05-29 21:45:34 +0200 |
---|---|---|
committer | Killyana <email@example.com> | 2018-05-29 21:45:34 +0200 |
commit | 80b0125d90e2a1d4a1d8aa7f43f1409534977066 (patch) | |
tree | 650dfe4ffec59bbe1b2061a7ee4013a2dcfe228c | |
parent | 6ca6e02c0b9c47e50abc036611726d4b0a268125 (diff) |
DB/Gossip: Menara Voidrender, Acolyte Wytula & Acolyte Magaz
Closes #21979
-rw-r--r-- | sql/updates/world/3.3.5/2018_05_29_06_world_335.sql | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_05_29_06_world_335.sql b/sql/updates/world/3.3.5/2018_05_29_06_world_335.sql new file mode 100644 index 00000000000..188efff91b1 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_05_29_06_world_335.sql @@ -0,0 +1,22 @@ +-- +DELETE FROM `gossip_menu` WHERE `MenuID`=2912 AND `TextID`=3591; +DELETE FROM `gossip_menu` WHERE `MenuID`=2913 AND `TextID`=3592; +DELETE FROM `gossip_menu` WHERE `MenuID`=2603 AND `TextID` IN (3594,3299); +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(2912,3591,0), +(2913,3592,0), +(2603,3594,0), +(2603,3299,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (2912,2913,2603); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,2912,3591,0,0,14,0,1799,0,0,1,0,0,"","Show gossip text 3591 if quest 'Fragments of the Orb of Orahil' is taken"), +(14,2912,3591,0,0,8,0,4963,0,0,1,0,0,"","Show gossip text 3591 if quest 'Shard of an Infernal' is not rewarded"), +(14,2912,3591,0,0,8,0,4962,0,0,1,0,0,"","Show gossip text 3591 if quest 'Shard of a Felhound' is not rewarded"), +(14,2913,3592,0,0,14,0,1799,0,0,1,0,0,"","Show gossip text 3592 if quest 'Fragments of the Orb of Orahil' is taken"), +(14,2913,3592,0,0,8,0,4963,0,0,1,0,0,"","Show gossip text 3592 if quest 'Shard of an Infernal' is not rewarded"), +(14,2913,3592,0,0,8,0,4962,0,0,1,0,0,"","Show gossip text 3592 if quest 'Shard of a Felhound' is not rewarded"), +(14,2603,3594,0,0,14,0,1799,0,0,1,0,0,"","Show gossip text 3592 if quest 'Fragments of the Orb of Orahil' is taken"), +(14,2603,3594,0,0,8,0,4963,0,0,1,0,0,"","Show gossip text 3592 if quest 'Shard of an Infernal' is not rewarded"), +(14,2603,3298,0,0,15,0,1279,0,0,0,0,0,"","Show gossip text 3299 if if Player is not a Warlock"), +(14,2603,3299,0,0,15,0,256,0,0,0,0,0,"","Show gossip text 3299 if if Player is a Warlock"); |