aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2017_07_23_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_23_00_world.sql b/sql/updates/world/master/2017_07_23_00_world.sql
new file mode 100644
index 00000000000..8755411a800
--- /dev/null
+++ b/sql/updates/world/master/2017_07_23_00_world.sql
@@ -0,0 +1,6 @@
+-- Condition for source Quest accept condition type Quest not taken
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceGroup`=0 AND `SourceEntry`=28652 AND `SourceId`=0;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(19, 0, 28652, 0, 0, 14, 0, 24960, 0, 0, 0, 0, 0, '', 'Show quest Caretaker Caice if quest The Wakening has not been taken.');
+
+UPDATE `quest_template_addon` SET `PrevQuestID`=28608 WHERE `ID`=24960;