ISpawner; ISpawnable, cleanup. All custom spawners should inherit from ISpawner. Also, Ridiculous, not rediculous,
This commit is contained in:
parent
2971234c1c
commit
18d1396670
17 changed files with 212 additions and 243 deletions
|
|
@ -4656,7 +4656,7 @@ namespace Server.Mobiles
|
|||
}
|
||||
else
|
||||
{
|
||||
SpawnEntry se = this.Spawner as SpawnEntry;
|
||||
ISpawner se = this.Spawner;
|
||||
if ( se != null && se.UnlinkOnTaming )
|
||||
{
|
||||
this.Spawner.Remove( this );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue