aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-01-17 00:07:51 +0100
committerShauren <shauren.trinity@gmail.com>2025-01-17 00:07:51 +0100
commit04ad3e7ad6b23ad0ec3bb4b92894b2e488365036 (patch)
tree9e1d1f91323c0f9f6476780c4d0b40097f356884 /sql
parent1793c51644600e7f5dae11e91f1fede2fba956ee (diff)
Scripts/Spells: Implemented shaman talent Voltaic Blaze
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_17_00_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_17_00_world.sql b/sql/updates/world/master/2025_01_17_00_world.sql
new file mode 100644
index 00000000000..c55d9a9a506
--- /dev/null
+++ b/sql/updates/world/master/2025_01_17_00_world.sql
@@ -0,0 +1,10 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (470053,470058);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(470053,0x00,11,0x00000003,0x00000000,0x00000000,0x00000800,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0,0,0,0), -- Voltaic Blaze
+(470058,0x00,11,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0,0,0,0); -- Voltaic Blaze
+
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_voltaic_blaze','spell_sha_voltaic_blaze_aura','spell_sha_voltaic_blaze_talent');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(470057,'spell_sha_voltaic_blaze'),
+(470058,'spell_sha_voltaic_blaze_aura'),
+(470053,'spell_sha_voltaic_blaze_talent');