mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Scripts: Correct orders of parameters used in OnGroupChangeLeader script hook
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user