diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2017-09-25 17:21:15 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-12 00:17:29 +0200 |
| commit | 5e5ca6c84af9b0223c70f18b70f5f645ef559d99 (patch) | |
| tree | 216da8bdc07a1e5db2c9fd320e53b8c10a458dd3 /sql | |
| parent | e531beeb8312f393896e1975ea537827594bedb7 (diff) | |
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)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_09_12_01_world_2017_09_25_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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'); |
