aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-07-23 17:49:14 +0200
committerGitHub <noreply@github.com>2017-07-23 17:49:14 +0200
commit6f00f50b6d256f905dbd7e5e94ef8944cb505203 (patch)
tree2e89b8308004473acbabae459164709718aa500a
parentacbc3f5a68a96ca395fcb620b7c6deeadcc4f6a9 (diff)
DB/Quest: Fix for quest 24960 "The wakening"
By Malcrom
-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;