Add spanned NPCs to result.

This commit is contained in:
MobiusDevelopment 2021-04-26 00:53:08 +00:00
parent cdfcf4e13a
commit d1c1a9ba5a
2 changed files with 2 additions and 0 deletions

View File

@ -446,6 +446,7 @@ public class Instance
{ {
spawnDat.startRespawn(); spawnDat.startRespawn();
} }
spawnedNpcs.add(spawned);
} }
catch (Exception e) catch (Exception e)
{ {

View File

@ -446,6 +446,7 @@ public class Instance
{ {
spawnDat.startRespawn(); spawnDat.startRespawn();
} }
spawnedNpcs.add(spawned);
} }
catch (Exception e) catch (Exception e)
{ {