fix a var, may still need to call c_str on it to prevent gibberish output

This commit is contained in:
DarthArgus
2016-01-21 18:04:23 -06:00
parent c7a7a25d75
commit 7ae75ed475
@@ -1793,7 +1793,7 @@ void CreatureObject::initializeFirstTimeObject()
std::string creature = getTemplateName();
WARNING_STRICT_FATAL(!getDefaultWeapon(), ("Creature %s (%s) has no default "
"weapon", getNetworkId().getValueString(), getTemplateName()));
"weapon", getNetworkId().getValueString(), creature));
}
const ServerCreatureObjectTemplate * myTemplate = safe_cast<const ServerCreatureObjectTemplate *>(getObjectTemplate());