diff options
| -rw-r--r-- | src/game/Pet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index ec22b24aeb1..1c67eadb07f 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -60,8 +60,8 @@ Pet::~Pet() { if(m_uint32Values) // only for fully created Object { - if(GetOwnerGUID()) - sLog.outCrash("Pet %u is deconstructed but it still has owner guid", GetEntry()); + //if(GetOwnerGUID()) + // sLog.outCrash("Pet %u is deconstructed but it still has owner guid", GetEntry()); for (PetSpellMap::const_iterator i = m_spells.begin(); i != m_spells.end(); ++i) delete i->second; |
