[Quests] Fix Lua encounter double register (#4369)

This commit is contained in:
Chris Miles 2024-05-30 19:27:21 -05:00 committed by GitHub
parent 9392f86333
commit 4c614661e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1172,7 +1172,6 @@ bool Zone::Init(bool is_static) {
// make sure that anything that needs to be loaded prior to scripts is loaded before here
// this is to ensure that the scripts have access to the data they need
parse->Init();
parse->ReloadQuests(true);
spawn_conditions.LoadSpawnConditions(short_name, instanceid);