diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_04_11_00_world_shaman_spells.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_04_11_00_world_shaman_spells.sql b/sql/updates/world/master/2021_04_11_00_world_shaman_spells.sql new file mode 100644 index 00000000000..fdcf2fc855d --- /dev/null +++ b/sql/updates/world/master/2021_04_11_00_world_shaman_spells.sql @@ -0,0 +1,11 @@ +-- Update various shaman spells +UPDATE `creature_template` SET `spell1` = 192226 WHERE `entry` = 97369; -- Liquid Magma Totem +UPDATE `creature_template` SET `spell1` = 8145 WHERE `entry` = 5913; -- Tremor Totem +UPDATE `creature_template` SET `spell1` = 118905 WHERE `entry` = 61245; -- Capacitator + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_healing_rain', 'spell_sha_liquid_magma_totem', 'spell_sha_flametongue_weapon', 'spell_sha_flametongue_weapon_aura'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(73920, 'spell_sha_healing_rain'), +(192223, 'spell_sha_liquid_magma_totem'), +(318038, 'spell_sha_flametongue_weapon'), +(319778, 'spell_sha_flametongue_weapon_aura'); |
