Force some spawns managed out of Spawn class.

This commit is contained in:
MobiusDevelopment
2022-01-09 02:02:18 +00:00
parent c4a6c3b8a1
commit 9c068db77f
81 changed files with 229 additions and 229 deletions

View File

@@ -305,7 +305,7 @@ public class TerritoryWarSuperClass extends Quest
{
if (wardSpawn.getId() == ward.getTerritoryId())
{
wardSpawn.setNPC(wardSpawn.getNpc().getSpawn().doSpawn());
wardSpawn.setNPC(wardSpawn.getNpc().getSpawn().doSpawn(false));
ward.unSpawnMe();
ward.setNpc(wardSpawn.getNpc());
}