diff --git a/Scripts/Items/Misc/Corpses/Corpse.cs b/Scripts/Items/Misc/Corpses/Corpse.cs index 2c5de4c83..86ca8518b 100644 --- a/Scripts/Items/Misc/Corpses/Corpse.cs +++ b/Scripts/Items/Misc/Corpses/Corpse.cs @@ -496,7 +496,7 @@ namespace Server.Items c.SetRestoreInfo( item, item.Location ); } - if ( !owner.Player ) + if ( Core.SE && !owner.Player ) { c.AssignInstancedLoot(); }