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
@@ -42,6 +42,8 @@ StaticObject::StaticObject(const ServerStaticObjectTemplate* newTemplate) :
if(newAppearance != NULL)
{
setAppearance(newAppearance);
} else {
DEBUG_WARNING(true, ("FIX ME: Appearance template for StaticObject::StaticObject missing for %s.", newTemplate->DataResource::getName()));
}
}
}