mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 00:20:39 +01:00
DB/Spells: Echo of Light will now also be able to proc from triggered spells and added spell family flags to the proc entry to avoid unwanted behavior
This commit is contained in:
1
sql/updates/world/4.3.4/2021_03_12_01_world.sql
Normal file
1
sql/updates/world/4.3.4/2021_03_12_01_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_proc` SET `SpellFamilyMask0`= 0x200 | 0x400 | 0x800 | 0x1000 | 0x1000000 | 0x8000000 | 0x10000000, `SpellFamilyMask1`= 0x4, `SpellFamilyMask2`= 0x4 | 0x1000,`AttributesMask`= 0x2 WHERE `SpellId`= 77485;
|
||||
Reference in New Issue
Block a user