mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 19:08:22 +00:00
[Repop] Make #repop instant (#4620)
This commit is contained in:
@@ -533,6 +533,7 @@ bool ZoneDatabase::PopulateZoneSpawnList(uint32 zoneid, LinkedList<Spawn2*> &spa
|
|||||||
);
|
);
|
||||||
|
|
||||||
spawn2_list.Insert(new_spawn);
|
spawn2_list.Insert(new_spawn);
|
||||||
|
new_spawn->Process();
|
||||||
}
|
}
|
||||||
|
|
||||||
LogInfo("Loaded [{}] spawn2 entries", Strings::Commify(l.size()));
|
LogInfo("Loaded [{}] spawn2 entries", Strings::Commify(l.size()));
|
||||||
|
|||||||
Reference in New Issue
Block a user