[Bug] Force raids off content database (#3665)

This commit is contained in:
JJ 2023-10-31 18:46:03 -04:00 committed by GitHub
parent 04d6f8feea
commit 85063249b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()