Correct pet buff type logic to catch DS/Resists with other spell effects in them

This commit is contained in:
nytmyr
2025-01-31 15:40:47 -06:00
parent c5aa1ea06f
commit e5bcb6acfc
4 changed files with 64 additions and 7 deletions
+2
View File
@@ -1908,8 +1908,10 @@ bool IsLichSpell(uint16 spell_id);
bool IsInstantHealSpell(uint32 spell_id);
bool IsResurrectSpell(uint16 spell_id);
bool RequiresStackCheck(uint16 spell_type);
bool IsResistanceBuffSpell(uint16 spell_id);
bool IsResistanceOnlySpell(uint16 spell_id);
bool IsDamageShieldOnlySpell(uint16 spell_id);
bool IsDamageShieldAndResistSpell(uint16 spell_id);
bool IsHateSpell(uint16 spell_id);
#endif