From 4182821babbb6a093860c6d2aac3a41ccbcaabd2 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 4 May 2009 12:13:10 -0500 Subject: [PATCH] *Remove an useless error log. --HG-- branch : trunk --- src/game/Pet.cpp | 4 ++-- 1 file 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;