DB/Spells: Fixed dispel of Faerie Fire with Cloak of Shadows

Added SPELL_ATTR0_UNAFFECTED_BY_INVULNERABILITY
Ty sirikfoll and treeston to help with it :)
This commit is contained in:
Keader
2017-10-03 19:45:15 -03:00
committed by GitHub
parent 76b922ea9c
commit 26d0110d2d

View File

@@ -0,0 +1 @@
UPDATE `spell_dbc` SET `Attributes`= `Attributes` | 0x20000000 WHERE Id=35729;