mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Take 2 at fixing encounters
This commit is contained in:
@@ -800,6 +800,9 @@ void LuaParser::ReloadQuests() {
|
||||
encounter.second->Depop();
|
||||
}
|
||||
lua_encounters.clear();
|
||||
// so the Depop function above depends on the Process being called again so ...
|
||||
// And there is situations where it wouldn't be :P
|
||||
entity_list.EncounterProcess();
|
||||
|
||||
if(L) {
|
||||
lua_close(L);
|
||||
|
||||
Reference in New Issue
Block a user