mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 00:57:15 +00:00
[BugFix] Fix a display error regarding a few trader/buyer query errors (#4514)
This commit is contained in:
@@ -217,6 +217,10 @@ public:
|
||||
delete_ids.push_back(std::to_string(e.id));
|
||||
}
|
||||
|
||||
if (delete_ids.empty()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
return DeleteWhere(db, fmt::format("`id` IN({})", Strings::Implode(",", delete_ids)));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user