mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Bug] Force raids off content database (#3665)
This commit is contained in:
parent
04d6f8feea
commit
85063249b4
@ -1708,7 +1708,7 @@ bool Raid::LearnMembers()
|
||||
memset(members, 0, (sizeof(RaidMember) * MAX_RAID_MEMBERS));
|
||||
|
||||
auto raid_members = RaidMembersRepository::GetWhere(
|
||||
content_db,
|
||||
database,
|
||||
fmt::format(
|
||||
"raidid = {}",
|
||||
GetID()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user