silence warn

This commit is contained in:
DarthArgus
2016-12-31 08:31:04 +00:00
parent 3c010bc41a
commit 1550e3df19
@@ -189,7 +189,7 @@ void TangibleObject::endNpcConversation()
}
else
{
WARNING(true,("TangibleObject::endNpcConversation: creature %s has a nullptr m_npcConversation pointer but is a player-controlled object!",
DEBUG_WARNING(true,("TangibleObject::endNpcConversation: creature %s has a nullptr m_npcConversation pointer but is a player-controlled object!",
getNetworkId().getValueString().c_str()));
m_conversations.clear();
}