aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-03-16 19:46:17 +0100
committerShauren <shauren.trinity@gmail.com>2025-03-16 19:46:17 +0100
commit521a357e248e57c7449ec2154780849d25f88e8e (patch)
treea7b00791985a2b2650d255bdd85b7075547e3b6d /sql
parent79d12e90442914de5fc9a15f47bf4257b46bd3a2 (diff)
Scripts/Spells: Fixed shaman talents Hot Hand, Ice Strike, Molten Assault, Lava Lash, Elemental Blast, Forceful Winds, Unruly Winds, Tempest Strikes
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_03_16_00_world.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_03_16_00_world.sql b/sql/updates/world/master/2025_03_16_00_world.sql
new file mode 100644
index 00000000000..102b6088476
--- /dev/null
+++ b/sql/updates/world/master/2025_03_16_00_world.sql
@@ -0,0 +1,12 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_lava_lash','spell_sha_molten_assault','spell_sha_ice_strike_proc','spell_sha_hot_hand');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(60103,'spell_sha_lava_lash'),
+(60103,'spell_sha_molten_assault'),
+(466467,'spell_sha_ice_strike_proc'),
+(201900,'spell_sha_hot_hand');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (384357,428071,466469);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(384357,0x00,11,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x4,0x0,0x8,0x0,0,0,0,0), -- Ice Strike
+(428071,0x00,11,0x00000000,0x00000000,0x00001804,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Tempest Strikes
+(466469,0x00,11,0x80000000,0x00000000,0x00000800,0x00000000,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0,0,0,0); -- Ice Strike