diff options
| author | treeston <treeston.mmoc@gmail.com> | 2015-09-25 13:01:36 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 11:42:19 +0100 |
| commit | dba753b0ef2cedb73065ad331ba041197f530bfd (patch) | |
| tree | 476e473f523bc64818cf0252fdac7301a3a3d3c3 /sql | |
| parent | 3d9b2d8de20650b6210d46d8110d9c730c1632f8 (diff) | |
Scripts/Naxxramas: Adjustments to the Loatheb encounter
- Adjusted doom cast timings as per boss mod timers.
- Add Deathbloom's final tick using spellscript
- Move Spores' Fungal Creep cast handling to Loatheb's cpp instead of handling it in SmartAI
- Fungal Creep should also be cast if the spore expires (important for Spore Loser achievement)
- Remove Fungal Creep from players on reset to avoid cheesy strats
(cherry picked from commit ea1c783b84d4fa489436531667f3c121631b25d4)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_10_30_01_world_2015_10_10_02.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_01_world_2015_10_10_02.sql b/sql/updates/world/2015_10_30_01_world_2015_10_10_02.sql new file mode 100644 index 00000000000..26552c4df47 --- /dev/null +++ b/sql/updates/world/2015_10_30_01_world_2015_10_10_02.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=16286 AND `source_type`=0; +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=16286; + +DELETE FROM `spell_script_names` WHERE `spell_id` IN (29865,55053); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(29865,"spell_loatheb_deathbloom"), +(55053,"spell_loatheb_deathbloom"); |
