mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
[Content Flags] Load the content flags before loading shared data. (#1935)
This commit is contained in:
parent
71c53cb18b
commit
804f0681a9
@ -167,6 +167,9 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
|
|
||||||
content_service.SetCurrentExpansion(RuleI(Expansion, CurrentExpansion));
|
content_service.SetCurrentExpansion(RuleI(Expansion, CurrentExpansion));
|
||||||
|
content_service.SetDatabase(&database)
|
||||||
|
->SetExpansionContext()
|
||||||
|
->ReloadContentFlags();
|
||||||
|
|
||||||
LogInfo(
|
LogInfo(
|
||||||
"Current expansion is [{}] ({})",
|
"Current expansion is [{}] ({})",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user