mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
Add std::string WorldContentService::GetCurrentExpansionName() [skip ci]
This commit is contained in:
+1
-1
@@ -403,7 +403,7 @@ int main(int argc, char** argv) {
|
||||
LogInfo(
|
||||
"Current expansion is [{}] ({})",
|
||||
content_service.GetCurrentExpansion(),
|
||||
Expansion::ExpansionName[content_service.GetCurrentExpansion()]
|
||||
content_service.GetCurrentExpansionName()
|
||||
);
|
||||
|
||||
#ifdef BOTS
|
||||
|
||||
Reference in New Issue
Block a user