mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-31 02:02:26 +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 zone_id = GetInstanceZoneID(instance_id);
|
||||||
auto version = GetInstanceVersion(instance_id);
|
auto version = GetInstanceVersion(instance_id);
|
||||||
|
|
||||||
auto l = GroupIdRepository::GetWhere(
|
auto l = RaidMembersRepository::GetWhere(
|
||||||
*this,
|
*this,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"raidid = {}",
|
"raidid = {}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user