mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 09:22:24 +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
|
// 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
|
// this is to ensure that the scripts have access to the data they need
|
||||||
parse->Init();
|
|
||||||
parse->ReloadQuests(true);
|
parse->ReloadQuests(true);
|
||||||
|
|
||||||
spawn_conditions.LoadSpawnConditions(short_name, instanceid);
|
spawn_conditions.LoadSpawnConditions(short_name, instanceid);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user