Hondacrx
2025-08-31 13:23:49 -04:00
parent 59c983d3ff
commit c5cccdec10
31 changed files with 1045 additions and 1807 deletions
+2 -1
View File
@@ -1571,7 +1571,8 @@ namespace Game.Chat
}
// First handle any creatures that still have a corpse around
var worker = new WorldObjectWorker(player, new RespawnDo());
RespawnDo u_do = new();
WorldObjectWorker<Creature> worker = new(player, u_do);
Cell.VisitGridObjects(player, worker, player.GetGridActivationRange());
// Now handle any that had despawned, but had respawn time logged.