fix(Core/Group): incorrect parameter type in RegisterGroupId (#22448)
Co-authored-by: Rykles <219719782+Seamthesis@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ void GroupMgr::InitGroupIds()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GroupMgr::RegisterGroupId(uint32 groupId)
|
void GroupMgr::RegisterGroupId(ObjectGuid::LowType groupId)
|
||||||
{
|
{
|
||||||
// Allocation was done in InitGroupIds()
|
// Allocation was done in InitGroupIds()
|
||||||
_groupIds[groupId] = true;
|
_groupIds[groupId] = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user