make corpses private containers
This commit is contained in:
parent
5e2fb90a53
commit
9289f2ce86
1 changed files with 2 additions and 1 deletions
|
|
@ -527,7 +527,8 @@ namespace Server.Items
|
|||
return c;
|
||||
}
|
||||
|
||||
public override bool IsPublicContainer{ get{ return true; } }
|
||||
// Why was this public?
|
||||
// public override bool IsPublicContainer{ get{ return true; } }
|
||||
|
||||
public Corpse( Mobile owner, List<Item> equipItems ) : this( owner, null, null, equipItems )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue