Prevent the respawning of deleted NPCs.

This commit is contained in:
MobiusDev
2018-04-11 14:34:02 +00:00
parent b5901b178d
commit 484f2e9897
7 changed files with 7 additions and 7 deletions

View File

@@ -451,7 +451,7 @@ public class L2Spawn implements IPositionable, IIdentifiable, INamable
public L2Npc doSpawn()
{
return doSpawn(false);
return _doRespawn ? doSpawn(false) : null;
}
/**