[9105] Add missing argument in error message, _LoadSkills()

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-01-02 19:10:06 +01:00
parent e8e5bbddea
commit 80b9e58106
2 changed files with 2 additions and 2 deletions

View file

@ -20406,7 +20406,7 @@ void Player::_LoadSkills(QueryResult *result)
if(count >= PLAYER_MAX_SKILLS) // client limit
{
sLog.outError("Character %u has more than %u skills.", PLAYER_MAX_SKILLS);
sLog.outError("Character %u has more than %u skills.", GetGUIDLow(), PLAYER_MAX_SKILLS);
break;
}
} while (result->NextRow());