mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(Scripts/Commands) fix formatting in server debug (#20801)
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
||||
|
||||
handler->PSendSysMessage("Compiled on: {}", GitRevision::GetHostOSVersion());
|
||||
|
||||
handler->PSendSysMessage("Worldserver listening connections on port %" PRIu16, worldPort);
|
||||
handler->PSendSysMessage("Worldserver listening connections on port {}", worldPort);
|
||||
handler->PSendSysMessage("{}", dbPortOutput);
|
||||
|
||||
bool vmapIndoorCheck = sWorld->getBoolConfig(CONFIG_VMAP_INDOOR_CHECK);
|
||||
|
||||
Reference in New Issue
Block a user