From f87dda2473cc534d2fc60e0933213fad862c3dd4 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 2 Mar 2009 16:45:41 -0600 Subject: [7357] Fixed double applied playerlink in .levelup command. Author: balrok --HG-- branch : trunk --- src/game/Level3.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 6e2d8f0320e..781c9d1a0c6 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -4416,7 +4416,7 @@ bool ChatHandler::HandleLevelUpCommand(const char* args) return false; } - name = GetNameLink(chr); + name = chr->GetName(); } assert(chr || chr_guid); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 87d3beae216..e4665bd5afc 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7356" + #define REVISION_NR "7357" #endif // __REVISION_NR_H__ -- cgit v1.2.3