mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scripting: Remove unnecesary reference in param function OnMemberRemove
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user