1
0
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:
Henning Koehler
2017-09-13 01:35:57 +12:00
parent c31950612c
commit d7942fd929
2 changed files with 49 additions and 4 deletions

View File

@@ -747,7 +747,7 @@ void CHeroHandler::afterLoadFinalization()
}
}
hero->specDeprecated.clear();
logMod->trace("\"specialty\" = %s", specVec.toJson());
logMod->trace("\"specialty\" : %s", specVec.toJson());
}
}
}