Core/Spells: fixed Arcane Potency proc entry and updated spell script to new model

closes #45
This commit is contained in:
Ovahlord
2019-03-31 05:11:20 +02:00
parent 164b511888
commit 80ac0f856b
2 changed files with 31 additions and 39 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`= -31571;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Cooldown`, `Charges`, `Chance`) VALUES
(-31571, 3, 0, 0, 0x00000008, 0x00008000, 4, 0, 0, 0, 0, 0, 100);