Core/Spells: implement SPELL_AURA_PROC_TRIGGER_SPELL_COPY

* fixed proc for Dragonwrath, Tarecgosa's Rest
This commit is contained in:
Ovahlord
2019-05-10 05:38:07 +02:00
parent 101a31bc22
commit 05c6279052
3 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`= 101056;
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `Chance`, `Cooldown`) VALUES
(101056 , 0, 0, 0, 0, 0, 1, 2, 0, 0, 9, 0);