Add PetDamageShields and PetResistBuffs to IsPetBotSpellType()

This commit is contained in:
nytmyr
2024-12-08 23:10:49 -06:00
parent e9534e3f75
commit d919cf26b9
+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;