aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2018-05-31 09:21:21 +0200
committerKillyana <email@example.com>2018-05-31 09:21:21 +0200
commit9fe6b426788623ff14874f0c88eaca154986a7bb (patch)
tree5aba83aaabae77210c45b883303e28298f96e449
parentab4cd2cb5cddfe92c28825f01855748370a69a1b (diff)
DB/Quest: The Completed Orb of Noh'Orahil & The Completed Orb of Dar'Orahil
Closes #21984
-rw-r--r--sql/updates/world/3.3.5/2018_05_31_02_world_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_05_31_02_world_335.sql b/sql/updates/world/3.3.5/2018_05_31_02_world_335.sql
new file mode 100644
index 00000000000..d31d13d8435
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_05_31_02_world_335.sql
@@ -0,0 +1,5 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (4975,4964);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(19,0,4975,0,0,8,0,4963,0,0,0,0,0,"","Quest 'The Completed Orb of Noh'Orahil' can only be taken if quest 'Shard of an Infernal' is rewarded"),
+(19,0,4964,0,0,8,0,4962,0,0,0,0,0,"","Quest 'The Completed Orb of Dar'Orahil' can only be taken if quest 'Shard of a Felhound' is rewarded");