mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-21 17:52:25 +00:00
[Quests] Fix Lua encounter double register (#4369)
This commit is contained in:
parent
9392f86333
commit
4c614661e7
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user