fix resistbuffs and damageshields spell type checks

This commit is contained in:
nytmyr
2024-11-26 13:16:58 -06:00
parent 484b88ddbc
commit 4702d74722
3 changed files with 4 additions and 22 deletions
-1
View File
@@ -1726,6 +1726,5 @@ bool IsResurrectSpell(uint16 spell_id);
bool RequiresStackCheck(uint16 spellType);
bool IsResistanceOnlySpell(uint16 spell_id);
bool IsDamageShieldOnlySpell(uint16 spell_id);
bool IsDamageShieldAndResistanceSpellOnly(uint16 spell_id);
#endif