mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
fixed typo in specialty log
This commit is contained in:
@@ -747,7 +747,7 @@ void CHeroHandler::afterLoadFinalization()
|
||||
}
|
||||
}
|
||||
hero->specDeprecated.clear();
|
||||
logMod->trace("\"specialty\" = %s", specVec.toJson());
|
||||
logMod->trace("\"specialty\" : %s", specVec.toJson());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user