mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
[7357] Fixed double applied playerlink in .levelup command. Author: balrok
--HG-- branch : trunk
This commit is contained in:
@@ -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