This commit is contained in:
eos 2011-12-01 05:42:10 +00:00
parent 4e15a2aa4c
commit 4708ec4301
18 changed files with 889 additions and 800 deletions

View file

@ -152,7 +152,7 @@ namespace Server.Items
AddonComponent.ApplyLightTo( this );
}
public void DropItemsToGround()
public virtual void DropItemsToGround()
{
for ( int i = Items.Count - 1; i >= 0; i-- )
Items[ i ].MoveToWorld( Location );