mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Spells: fixed hunter Wild Quiver mastery
This commit is contained in:
8
sql/updates/world/4.3.4/2017_11_30_08_world.sql
Normal file
8
sql/updates/world/4.3.4/2017_11_30_08_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user