From 4c614661e7f08df07ce920bedcb23ac88903b046 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Thu, 30 May 2024 19:27:21 -0500 Subject: [PATCH] [Quests] Fix Lua encounter double register (#4369) --- zone/zone.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/zone.cpp b/zone/zone.cpp index 69c401176..b94c34813 100644 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -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);