diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2018-12-09 09:24:24 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 16:28:35 +0100 |
commit | 423ce27706043e200731dc9f1bb78ab2a89536ae (patch) | |
tree | bba3a7957606d73641a9e8df241cc252f25473a9 | |
parent | 8c6995e9977c16a9d32fce604c2bf949b234b5a1 (diff) |
DB/Quest: The Amphitheater of Anguish: Yggdras!
Closes #20780
Closes #22752
(cherry picked from commit 271dd09eb0800f6cf685eb11f3c287a67f354cc5)
-rw-r--r-- | sql/updates/world/master/2021_11_16_37_world_2018_12_09_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_37_world_2018_12_09_01_world.sql b/sql/updates/world/master/2021_11_16_37_world_2018_12_09_01_world.sql new file mode 100644 index 00000000000..c5159b3bd5f --- /dev/null +++ b/sql/updates/world/master/2021_11_16_37_world_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'); |