Prevent the respawning of deleted NPCs.
This commit is contained in:
@@ -451,7 +451,7 @@ public class L2Spawn implements IPositionable, IIdentifiable, INamable
|
||||
|
||||
public L2Npc doSpawn()
|
||||
{
|
||||
return doSpawn(false);
|
||||
return _doRespawn ? doSpawn(false) : null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user