[Crash] Fix world repop crash (#4742)

This commit is contained in:
Chris Miles
2025-03-03 00:04:39 -06:00
committed by GitHub
parent 212969f5cd
commit 3902230fa1
2 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -894,7 +894,8 @@ void ZSList::SendServerReload(ServerReload::Type type, uchar *packet)
ServerReload::Type::Commands,
ServerReload::Type::PerlExportSettings,
ServerReload::Type::DataBucketsCache,
ServerReload::Type::WorldRepop
ServerReload::Type::WorldRepop,
ServerReload::Type::WorldWithRespawn
};
// Set requires_zone_booted flag before executing reload logic