more granular debug messages for appearances so we can know for sure which caller it is missing them

This commit is contained in:
DarthArgus
2016-01-10 20:39:30 -06:00
parent 45c48efbfc
commit f952820391
9 changed files with 32 additions and 5 deletions
@@ -472,6 +472,8 @@ TangibleObject::TangibleObject(const ServerTangibleObjectTemplate* newTemplate)
if(newAppearance != NULL)
{
setAppearance(newAppearance);
} else {
DEBUG_WARNING(true, ("Missing appearance for TangibleObject::TangibleObject %s", appearanceString.c_str()));
}
}
}