From 5e5ca6c84af9b0223c70f18b70f5f645ef559d99 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Mon, 25 Sep 2017 17:21:15 -0300 Subject: Core/Scripts: Boss Amanitar rewrite (#20283) * Core/Scripts: Boss Amanitar rewrite Fixes mushrooms behavior, correct and script his spell, size, spawn positions, despawn and respawn, and everything else Fixes Mini spell cast(only re-cast if there is at least one person without the debuff) Corrects boss initial position Updates script register model (cherry picked from commit 0b766db6a41a4db0d631e36fcc753c658b746328) --- .../world/master/2020_09_12_01_world_2017_09_25_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2020_09_12_01_world_2017_09_25_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_09_12_01_world_2017_09_25_01_world.sql b/sql/updates/world/master/2020_09_12_01_world_2017_09_25_01_world.sql new file mode 100644 index 00000000000..4fefad6c649 --- /dev/null +++ b/sql/updates/world/master/2020_09_12_01_world_2017_09_25_01_world.sql @@ -0,0 +1,6 @@ +UPDATE `creature` SET `position_x`=340.1726, `position_y`=-878.5924, `position_z`=-74.86385, `orientation`=0.3316126 WHERE `id`=30258; +UPDATE `creature_template` SET `InhabitType`=12, `flags_extra`=0 WHERE `entry` IN(30391,31461,30435,31462); + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_amanitar_potent_fungus'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(56648,'spell_amanitar_potent_fungus'); -- cgit v1.2.3