aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp2
1 files changed, 1 insertions, 1 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);