mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
fix a var, may still need to call c_str on it to prevent gibberish output
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user