From b92e20f6c860bd1b5f3e7ce3f614dd48fc5b49c4 Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Sun, 11 Apr 2021 20:23:19 +0300 Subject: Script/Spells: shaman spell fixes (#26192) * Flametongue Weapon * Tremor Totem * Healing Stream Totem * Liquid Magma Totem * Healing Rain --- .../world/master/2021_04_11_00_world_shaman_spells.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/master/2021_04_11_00_world_shaman_spells.sql (limited to 'sql') 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'); -- cgit v1.2.3