Core/Command: Remove excess parameter in LANG_PINFO_PLAYER

Should fix the command on linux servers
This commit is contained in:
Ascathor
2013-05-21 19:59:00 +02:00
parent 75c4f28442
commit cef217a2fa

View File

@@ -1734,7 +1734,7 @@ public:
// Initiate output
// Output I. LANG_PINFO_PLAYER
handler->PSendSysMessage(LANG_PINFO_PLAYER, target ? "" : handler->GetTrinityString(LANG_OFFLINE), nameLink.c_str(), lowguid, eMail);
handler->PSendSysMessage(LANG_PINFO_PLAYER, target ? "" : handler->GetTrinityString(LANG_OFFLINE), nameLink.c_str(), lowguid);
// Output II. LANG_PINFO_GM_ACTIVE
if (target && target->isGameMaster())