Fix missing log context

merge/2021-11-19
kaetemi 3 years ago
parent 62ed0d6de9
commit 5ef4a97c8a
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -2884,6 +2884,9 @@ void CCharacter::postLoadTreatment()
{
H_AUTO(CCharacterPostLoadTreatment);
TLogNoContext_Character noContextCharacter;
TLogNoContext_Item noContextItem;
// Check if the name is correct, otherwise set name to default (in case of corrupted name)
uint8 charIndex = PlayerManager.getCharIndex( getId() );
uint32 userId = PlayerManager.getPlayerId( getId() );

Loading…
Cancel
Save