aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-02 16:45:41 -0600
committermegamage <none@none>2009-03-02 16:45:41 -0600
commitf87dda2473cc534d2fc60e0933213fad862c3dd4 (patch)
treed9e91daab4fa2d085d096106233d838e3b9d57ef /src
parenta0197ae0ff864e557b205d75f209bce3659b1e45 (diff)
[7357] Fixed double applied playerlink in .levelup command. Author: balrok
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Level3.cpp2
-rw-r--r--src/shared/revision_nr.h2
2 files changed, 2 insertions, 2 deletions
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__