mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Core/Spells: ported Frozen Power talent fix from 3.3.5 branch
This commit is contained in:
7
sql/updates/world/custom/custom_2018_07_09_02_world.sql
Normal file
7
sql/updates/world/custom/custom_2018_07_09_02_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sha_frozen_power';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-63373, 'spell_sha_frozen_power');
|
||||
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= -63373;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
|
||||
(-63373, 11, 0x80000000, 0, 0, 0x00010000, 1, 2, 0, 16, 0, 0, 100);
|
||||
Reference in New Issue
Block a user