[7357] Fixed double applied playerlink in .levelup command. Author: balrok

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-02 16:45:41 -06:00
parent a0197ae0ff
commit f87dda2473
2 changed files with 2 additions and 2 deletions

View File

@@ -4416,7 +4416,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__