Core/Scripts: Correct orders of parameters used in OnGroupChangeLeader script hook

This commit is contained in:
Shauren
2013-02-18 12:23:46 +01:00
parent cc8d5a3aca
commit 2144f0fd8e

View File

@@ -634,7 +634,7 @@ void Group::ChangeLeader(uint64 guid)
if (!player)
return;
sScriptMgr->OnGroupChangeLeader(this, m_leaderGuid, guid);
sScriptMgr->OnGroupChangeLeader(this, guid, m_leaderGuid);
if (!isBGGroup() && !isBFGroup())
{