From fc2264bf891b4059a64b680e828731e6f33edd07 Mon Sep 17 00:00:00 2001 From: p0wer Date: Wed, 24 Feb 2010 21:12:08 -0600 Subject: Remove uneccesary addition for PSendSysMessage call in Channel when changing password without correct powers. No %s in the Trinity String. --HG-- branch : trunk --- src/game/Channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp index 3ce71bb1109..a8197f70e6d 100644 --- a/src/game/Channel.cpp +++ b/src/game/Channel.cpp @@ -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; } -- cgit v1.2.3