diff --git a/zone/bot.cpp b/zone/bot.cpp index 3af2d161f..76f537a5b 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -1795,6 +1795,8 @@ bool Bot::DeletePet() NPC* pet_inst = GetPet()->CastToNPC(); pet_inst->SetOwnerID(0); + SetPet(nullptr); + return true; }