[Expansions] Expansion Deprecation Revert (#2312)

* [Expansions] Expansion Deprecation Revert

* Add blank SQL for deprecate

* Update version.h

* Adjustments
This commit is contained in:
Chris Miles
2022-07-14 20:48:26 -05:00
committed by GitHub
parent 9488ee1e8c
commit 59f8d54491
7 changed files with 609 additions and 7 deletions
+2 -2
View File
@@ -138,11 +138,11 @@ int main(int argc, char **argv)
LogSys.LoadLogSettingsDefaults();
set_exception_handler();
if (!WorldBoot::LoadServerConfig()) {
if (WorldBoot::HandleCommandInput(argc, argv)) {
return 0;
}
if (WorldBoot::HandleCommandInput(argc, argv)) {
if (!WorldBoot::LoadServerConfig()) {
return 0;
}