diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index efb6ce92d..f12f29425 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -3363,7 +3363,7 @@ void ZoneDatabase::LoadPetInfo(Client *client) continue; } - if (e.slot >= RuleI(Spells, MaxTotalSlotsPET)) { + if (e.slot >= RuleI(Spells, MaxTotalSlotsPET) || e.slot >= PET_BUFF_COUNT) { continue; }