Various Aquarium fixes - http://jira.runuo.com/browse/RUNUO-102
This commit is contained in:
parent
4e15a2aa4c
commit
4708ec4301
18 changed files with 889 additions and 800 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue