aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-06-25 13:37:13 +0200
committerShauren <shauren.trinity@gmail.com>2020-07-17 21:33:08 +0200
commitbf1a3dcd1f79aa22144051e41ff4a066c24619f0 (patch)
tree38470e46ac80e9bc71407bc8ddebbe2fa09b5d24
parentbe1c95421a848dcd695695a85e26dfef2cfb90df (diff)
DB/Quests: "Cultists Among Us" Requirements fix
Closes #19880 (cherry picked from commit a2a686a33d86ac4a1dd5d6945aee7caf065bed1a)
-rw-r--r--sql/updates/world/master/2020_07_17_18_world_2017_06_25_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_07_17_18_world_2017_06_25_04_world.sql b/sql/updates/world/master/2020_07_17_18_world_2017_06_25_04_world.sql
new file mode 100644
index 00000000000..94b72fd0b5e
--- /dev/null
+++ b/sql/updates/world/master/2020_07_17_18_world_2017_06_25_04_world.sql
@@ -0,0 +1,5 @@
+--
+UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `id` IN (11920);
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 19 AND `SourceEntry`= 11920;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(19, 0, 11920, 0, 0, 14, 0, 11789, 0, 0, 1, 0, 0, '', "Cultists Among Us");