mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
@@ -2620,6 +2620,7 @@ void Bot::LoadPet() {
|
||||
if(GetPet() && GetPet()->IsNPC()) {
|
||||
NPC *pet = GetPet()->CastToNPC();
|
||||
SpellBuff_Struct petBuffs[BUFF_COUNT];
|
||||
memset(petBuffs, 0, sizeof(petBuffs));
|
||||
uint32 petItems[MAX_WORN_INVENTORY];
|
||||
|
||||
LoadPetBuffs(petBuffs, PetSaveId);
|
||||
|
||||
Reference in New Issue
Block a user