diff options
| author | megamage <none@none> | 2009-05-04 12:13:10 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-04 12:13:10 -0500 |
| commit | 4182821babbb6a093860c6d2aac3a41ccbcaabd2 (patch) | |
| tree | 29af39603b8b97c7f52e0b1014bafc1fcfd845f5 /src | |
| parent | 3eee347f68ed47ae4c08f9b9b5457517c614ff53 (diff) | |
*Remove an useless error log.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -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; |
