[7357] Fixed double applied playerlink in .levelup command.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
balrok 2009-02-28 01:57:47 +03:00 committed by VladimirMangos
parent 07bce28d5c
commit 91ad4c21de
2 changed files with 2 additions and 2 deletions

View file

@ -3852,7 +3852,7 @@ bool ChatHandler::HandleLevelUpCommand(const char* args)
return false;
}
name = GetNameLink(chr);
name = chr->GetName();
}
assert(chr || chr_guid);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7356"
#define REVISION_NR "7357"
#endif // __REVISION_NR_H__