mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
Fix crash in SharedDatabase::UpdateOrphanedCommandSettings
This commit is contained in:
+1
-1
@@ -1501,7 +1501,7 @@ bool SharedDatabase::UpdateOrphanedCommandSettings(const std::vector<std::string
|
|||||||
}
|
}
|
||||||
|
|
||||||
LogInfo(
|
LogInfo(
|
||||||
"%u Orphaned Command%s Deleted",
|
"{} Orphaned Command{} Deleted",
|
||||||
orphaned.size(),
|
orphaned.size(),
|
||||||
(orphaned.size() == 1 ? "" : "s")
|
(orphaned.size() == 1 ? "" : "s")
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user