This commit is contained in:
parent
e17e4c9304
commit
49b5e96850
9 changed files with 52 additions and 27 deletions
|
|
@ -2833,20 +2833,6 @@ namespace Server.Multis
|
|||
|
||||
public override void OnDelete()
|
||||
{
|
||||
/*Map map = this.Map;
|
||||
|
||||
if ( map != null )
|
||||
{
|
||||
MultiComponentList mcl = Components;
|
||||
IPooledEnumerable eable = map.GetItemsInBounds( new Rectangle2D( X + mcl.Min.X, Y + mcl.Min.Y, mcl.Width, mcl.Height ) );
|
||||
|
||||
foreach ( Item item in eable )
|
||||
if ( item is Guildstone && Contains( item ) )
|
||||
item.Delete();
|
||||
|
||||
eable.Free();
|
||||
}*/
|
||||
|
||||
RestoreRelocatedEntities();
|
||||
|
||||
new FixColumnTimer( this ).Start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue