From 9289f2ce86114f612a61517e37fb659b4976aa10 Mon Sep 17 00:00:00 2001 From: "mark@runuo.com" Date: Fri, 6 Sep 2013 03:51:48 +0000 Subject: [PATCH] make corpses private containers --- Scripts/Items/Misc/Corpses/Corpse.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) {