From 6ad12301b48c6d8be57334e6d89ae33f6d4d67fa Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 24 Sep 2016 01:32:20 +0200 Subject: Script/Quest: The Exorcism of Colonel Jules: - Summoned NPCs will no longer give experience on kill. - Require quests Fel Spirits and Digging for Prayer Beads to be completed. - Reduce number of Foul Purges spawned in a single wave (only two should spawn each time). - Properly give quest credit when talking with Colonel Jules after the exorcism. (cherry picked from commit 0d70a7349d7b245adba72f9a15410a5b3d22dc77) --- sql/updates/world/master/2017_03_03_01_world_2016_09_24_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_03_03_01_world_2016_09_24_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_03_03_01_world_2016_09_24_00_world.sql b/sql/updates/world/master/2017_03_03_01_world_2016_09_24_00_world.sql new file mode 100644 index 00000000000..fcc29fa4a75 --- /dev/null +++ b/sql/updates/world/master/2017_03_03_01_world_2016_09_24_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64 WHERE `entry` IN (22506, 22507); + +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=10935; +UPDATE `quest_template_addon` SET `ExclusiveGroup`=-10909, `NextQuestID`=10935 WHERE `ID` IN (10909, 10916); -- cgit v1.2.3