mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-16 13:00:42 -04:00
Core/Command: Fix 'character titles' command, patch by Shadowstep
closes issue 3939 --HG-- branch : trunk
This commit is contained in:
@@ -4510,6 +4510,9 @@ bool ChatHandler::HandleTitlesSetMaskCommand(const char* args)
|
||||
|
||||
bool ChatHandler::HandleCharacterTitlesCommand(const char* args)
|
||||
{
|
||||
if (!*args)
|
||||
return false;
|
||||
|
||||
Player* target;
|
||||
if (!extractPlayerTarget((char*)args,&target))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user