diff options
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'); |
