Core/Spells: Fixed issues with School Immune vs SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE (#20546)

This commit is contained in:
Keader
2017-10-07 18:38:11 -03:00
committed by Aokromes
parent 4cffd6ca91
commit 417b300afc
2 changed files with 3 additions and 1 deletions

View File

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