mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-29 15:43:51 +00:00
[Fix] Issue with AssignRaidToInstance that was using the groups repository instead of raid (#2947)
This commit is contained in:
parent
e898be1ce9
commit
3949a31246
@ -409,7 +409,7 @@ void Database::AssignRaidToInstance(uint32 raid_id, uint32 instance_id)
|
||||
auto zone_id = GetInstanceZoneID(instance_id);
|
||||
auto version = GetInstanceVersion(instance_id);
|
||||
|
||||
auto l = GroupIdRepository::GetWhere(
|
||||
auto l = RaidMembersRepository::GetWhere(
|
||||
*this,
|
||||
fmt::format(
|
||||
"raidid = {}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user