mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
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()
|
||||
_groupIds[groupId] = true;
|
||||
|
||||
Reference in New Issue
Block a user