Core/Spells: fixed hunter Wild Quiver mastery

This commit is contained in:
Ovah
2017-11-30 13:00:57 +00:00
committed by Aokromes
parent c8d127befe
commit 340b0e080d
2 changed files with 51 additions and 0 deletions

View File

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