mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
More tweaks [skip ci]
This commit is contained in:
@@ -171,7 +171,7 @@ int main(int argc, char **argv)
|
|||||||
LogInfo(
|
LogInfo(
|
||||||
"Current expansion is [{}] ({})",
|
"Current expansion is [{}] ({})",
|
||||||
content_service.GetCurrentExpansion(),
|
content_service.GetCurrentExpansion(),
|
||||||
Expansion::ExpansionName[content_service.GetCurrentExpansion()]
|
content_service.GetCurrentExpansionName()
|
||||||
);
|
);
|
||||||
|
|
||||||
std::string hotfix_name = "";
|
std::string hotfix_name = "";
|
||||||
|
|||||||
@@ -326,7 +326,7 @@ namespace WorldserverCommandHandler {
|
|||||||
LogInfo(
|
LogInfo(
|
||||||
"Current expansion is [{}] ({}) is Velious Enabled [{}] Criteria [{}]",
|
"Current expansion is [{}] ({}) is Velious Enabled [{}] Criteria [{}]",
|
||||||
content_service.GetCurrentExpansion(),
|
content_service.GetCurrentExpansion(),
|
||||||
Expansion::ExpansionName[content_service.GetCurrentExpansion()],
|
content_service.GetCurrentExpansionName(),
|
||||||
content_service.IsTheScarsOfVeliousEnabled() ? "true" : "false",
|
content_service.IsTheScarsOfVeliousEnabled() ? "true" : "false",
|
||||||
ContentFilterCriteria::apply()
|
ContentFilterCriteria::apply()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user