mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Spells: fix arcane Invocation
By Ovahlord
This commit is contained in:
4
sql/updates/world/4.3.4/2017_12_02_02_world.sql
Normal file
4
sql/updates/world/4.3.4/2017_12_02_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellID` IN (84722, 84723);
|
||||
INSERT INTO `spell_proc` (`SpellID`, `SpellFamilyName`, `SpellFamilyMask0`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
|
||||
(84722, 3, 0, 0x00010000, 0x00000004, 2, 0x00001000, 0),
|
||||
(84723, 3, 0, 0x00010000, 0x00000004, 2, 0x00001000, 0);
|
||||
Reference in New Issue
Block a user