From dba753b0ef2cedb73065ad331ba041197f530bfd Mon Sep 17 00:00:00 2001 From: treeston Date: Fri, 25 Sep 2015 13:01:36 +0200 Subject: 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) --- sql/updates/world/2015_10_30_01_world_2015_10_10_02.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/2015_10_30_01_world_2015_10_10_02.sql (limited to 'sql/updates') 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"); -- cgit v1.2.3