mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Spells: implement SPELL_AURA_PROC_TRIGGER_SPELL_COPY
* fixed proc for Dragonwrath, Tarecgosa's Rest
This commit is contained in:
3
sql/updates/world/custom/custom_2019_05_10_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_05_10_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user