Fix an even sillier typo that broke compile

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-06-23 20:13:32 +02:00
parent e75c39781f
commit 73ae5910d8

View File

@@ -126,7 +126,7 @@ void WorldSession::HandleGroupInviteOpcode(WorldPacket & recv_data)
if (group)
{
// not have permissions for invite
if (!group->IsLeader(GetPlayer()->GetGUID() && group->IsAssistant(GetPlayer()->GetGUID())
if (!group->IsLeader(GetPlayer()->GetGUID() && group->IsAssistant(GetPlayer()->GetGUID())))
{
SendPartyResult(PARTY_OP_INVITE, "", ERR_NOT_LEADER);
return;