diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-24 01:32:20 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-03 21:55:01 +0100 |
| commit | 6ad12301b48c6d8be57334e6d89ae33f6d4d67fa (patch) | |
| tree | 292bc578412b24a2ed06fc4ac26045df2b8d248a /sql | |
| parent | 6a7ef793ca743186e60f0ebb5c794475e4d7f2b0 (diff) | |
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)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_03_03_01_world_2016_09_24_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
