mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Adjust content bootstrapping in zone [skip ci]
This commit is contained in:
+4
-1
@@ -395,7 +395,10 @@ int main(int argc, char** argv) {
|
||||
LogInfo("Initialized dynamic dictionary entries");
|
||||
}
|
||||
|
||||
content_service.SetCurrentExpansion(RuleI(Expansion, CurrentExpansion));
|
||||
int current_expansion = RuleI(Expansion, CurrentExpansion);
|
||||
if (current_expansion >= Expansion::Classic && current_expansion <= Expansion::MaxId) {
|
||||
content_service.SetCurrentExpansion(current_expansion);
|
||||
}
|
||||
|
||||
LogInfo(
|
||||
"Current expansion is [{}] ({})",
|
||||
|
||||
Reference in New Issue
Block a user