Add PetDamageShields and PetResistBuffs to IsPetBotSpellType()

This commit is contained in:
nytmyr
2024-12-08 23:10:49 -06:00
parent ef36f2873c
commit 33386e1e66
+2
View File
@@ -3012,6 +3012,8 @@ bool IsPetBotSpellType(uint16 spellType) {
case BotSpellTypes::PetFastHeals:
case BotSpellTypes::PetVeryFastHeals:
case BotSpellTypes::PetHoTHeals:
case BotSpellTypes::PetDamageShields:
case BotSpellTypes::PetResistBuffs:
return true;
default:
return false;