mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
make a warning debug only
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user