From 271dd09eb0800f6cf685eb11f3c287a67f354cc5 Mon Sep 17 00:00:00 2001 From: PolarCookie Date: Sun, 9 Dec 2018 09:24:24 +0100 Subject: DB/Quest: The Amphitheater of Anguish: Yggdras! Closes #20780 Closes #22752 --- sql/updates/world/3.3.5/2018_12_09_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_12_09_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_12_09_01_world.sql b/sql/updates/world/3.3.5/2018_12_09_01_world.sql new file mode 100644 index 00000000000..c5159b3bd5f --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_09_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=12932; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19, 0, 12932, 0, 0, 8, 0, 9977, 0, 0, 1, 0, 0, '', 'Quest "The Amphitheater of Anguish: Yggdras!" non-champion version can only be taken if "The Ring of Blood: The Final Challenge" is not rewarded'); -- cgit v1.2.3