silence warn

This commit is contained in:
DarthArgus
2016-12-31 08:23:11 +00:00
parent 6135ce8318
commit e8e4536ee5
@@ -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();
}