make a warning debug only

This commit is contained in:
DarthArgus
2016-05-22 04:32:03 +00:00
parent e7ae2de472
commit a78fbb9978
@@ -2303,7 +2303,7 @@ void AICreatureController::setPrimaryWeapon(CrcString const & objectTemplate)
if (newPrimaryWeapon == NetworkId::cms_invalid)
{
WARNING(true, ("AICreatureController::setPrimaryWeapon() owner(%s) Unable to create the requested primary weapon(%s)", getDebugInformation().c_str(), objectTemplate.getString()));
DEBUG_WARNING(true, ("AICreatureController::setPrimaryWeapon() owner(%s) Unable to create the requested primary weapon(%s)", getDebugInformation().c_str(), objectTemplate.getString()));
}
else
{