Core/Spells: fixed warrior Strikes of Opportunity mastery

This commit is contained in:
Ovah
2017-11-30 13:12:07 +00:00
committed by Aokromes
parent c8746c560f
commit 0da466eecc
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
--
DELETE FROM `spell_proc` WHERE `SpellID`= 76838;
INSERT INTO `spell_proc` (`SpellID`, `SpellFamilyName`, `SpellFamilyMask0`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `AttributesMask`) VALUES
(76838, 4, 0, 0, 1, 1, 0x0000020);
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_strikes_of_opportunity';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(76838, 'spell_warr_strikes_of_opportunity');