[Fix] Globally Reloading Quests when not loaded (#4813)

This commit is contained in:
Chris Miles 2025-03-29 17:10:40 -05:00 committed by GitHub
parent 23743a4050
commit 5b9f7ff4c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -910,6 +910,8 @@ void ZSList::SendServerReload(ServerReload::Type type, uchar *packet)
ServerReload::Type::Commands,
ServerReload::Type::PerlExportSettings,
ServerReload::Type::DataBucketsCache,
ServerReload::Type::Quests,
ServerReload::Type::QuestsTimerReset,
ServerReload::Type::WorldRepop,
ServerReload::Type::WorldWithRespawn
};