Core/Scripting: Remove unnecesary reference in param function OnMemberRemove

This commit is contained in:
Spp
2011-09-28 10:21:15 +02:00
parent 88d30aaa65
commit 852ffcc139
6 changed files with 8 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ void LFGScripts::OnAddMember(Group* group, uint64 guid)
sLFGMgr->Leave(plr);
}
void LFGScripts::OnRemoveMember(Group* group, uint64 guid, RemoveMethod& method, uint64 kicker, const char* reason)
void LFGScripts::OnRemoveMember(Group* group, uint64 guid, RemoveMethod method, uint64 kicker, const char* reason)
{
uint64 gguid = group->GetGUID();
if (!gguid || method == GROUP_REMOVEMETHOD_DEFAULT)