[Repop] Make #repop instant (#4620)

This commit is contained in:
Chris Miles 2025-01-27 15:32:22 -06:00 committed by GitHub
parent 07c762068f
commit bbfed8300c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -533,6 +533,7 @@ bool ZoneDatabase::PopulateZoneSpawnList(uint32 zoneid, LinkedList<Spawn2*> &spa
);
spawn2_list.Insert(new_spawn);
new_spawn->Process();
}
LogInfo("Loaded [{}] spawn2 entries", Strings::Commify(l.size()));