mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Quests] Fix Lua encounter double register (#4369)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user