diff --git a/Scripts/Items/Misc/Corpses/Corpse.cs b/Scripts/Items/Misc/Corpses/Corpse.cs index 4dc7ed7b8..8d813b692 100644 --- a/Scripts/Items/Misc/Corpses/Corpse.cs +++ b/Scripts/Items/Misc/Corpses/Corpse.cs @@ -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 equipItems ) : this( owner, null, null, equipItems ) {