mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Fix crash in SharedDatabase::UpdateOrphanedCommandSettings
This commit is contained in:
parent
3dbb5fab50
commit
91a7ebbdfb
@ -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")
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user