Remove uneccesary addition for PSendSysMessage call in Channel when changing password without correct powers. No %s in the Trinity String.

--HG--
branch : trunk
This commit is contained in:
p0wer
2010-02-24 21:12:08 -06:00
parent 3bbee4172a
commit fc2264bf89

View File

@@ -374,7 +374,7 @@ void Channel::Password(uint64 p, const char *pass)
{
plName = plr->GetName();
normalizePlayerName(plName);
chat.PSendSysMessage(LANG_CHANNEL_NOT_PUBLIC, plName.c_str());
chat.PSendSysMessage(LANG_CHANNEL_NOT_PUBLIC);
return;
}