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:
Ovahlord
2021-03-12 18:45:25 +01:00
parent 756cb743e9
commit b3cc23a6d4

View 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;