diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-24 01:32:20 +0200 |
|---|---|---|
| committer | SnapperRy <snapperryen@gmail.com> | 2016-09-24 01:32:20 +0200 |
| commit | 0d70a7349d7b245adba72f9a15410a5b3d22dc77 (patch) | |
| tree | e7b7a19ff4bc18aa7492721773b3c9ee4c841bbe /sql | |
| parent | 429700e614c27627becc50bcc45cfa5315b9d4ed (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.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_24_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_24_00_world.sql b/sql/updates/world/3.3.5/2016_09_24_00_world.sql new file mode 100644 index 00000000000..fcc29fa4a75 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
