diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 937f14adc..9885af113 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; }