aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2018_08_19_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_08_19_00_world.sql b/sql/updates/world/master/2018_08_19_00_world.sql
new file mode 100644
index 00000000000..6e74fd3c11d
--- /dev/null
+++ b/sql/updates/world/master/2018_08_19_00_world.sql
@@ -0,0 +1,6 @@
+-- worgen chain Quest
+UPDATE `creature_template` SET `npcflag` = 0 WHERE `entry` = 34884; -- not questgiver
+DELETE FROM `creature_queststarter` WHERE `id` IN (34884);
+
+UPDATE `quest_template_addon` SET `ExclusiveGroup` = -14093, `NextQuestID`=14099 WHERE `ID` IN (14098, 14093);
+UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=14099;