Core/Spells: fixed Strength of Soul

Closes #16
This commit is contained in:
Ovahlord
2018-08-30 05:33:47 +02:00
parent 10a577fd8e
commit f943ea8a5c
2 changed files with 82 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_pri_strength_of_soul',
'spell_pri_strength_of_soul_script');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-89488, 'spell_pri_strength_of_soul'),
(89490, 'spell_pri_strength_of_soul_script');
DELETE FROM `spell_proc` WHERE `SpellId`= -89488;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
(-89488, 6, 0x00000400 | 0x00001000 | 0x00000800, 0x40000000, 0, 0, 2 | 4, 2, 0, 0, 0, 0, 0);