[7357] Fixed double applied playerlink in .levelup command. Author: balrok
--HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -4416,7 +4416,7 @@ bool ChatHandler::HandleLevelUpCommand(const char* args)
|
||||
return false;
|
||||
}
|
||||
|
||||
name = GetNameLink(chr);
|
||||
name = chr->GetName();
|
||||
}
|
||||
|
||||
assert(chr || chr_guid);
|
||||
|
||||
Reference in New Issue
Block a user