diff --git a/Scripts/Multis/Camps/OrcCamp.cs b/Scripts/Multis/Camps/OrcCamp.cs index c872eb87e..2438e6aca 100644 --- a/Scripts/Multis/Camps/OrcCamp.cs +++ b/Scripts/Multis/Camps/OrcCamp.cs @@ -28,6 +28,7 @@ namespace Server.Multis MetalChest chest = new MetalChest(); chest.ItemID = 0xE7C; + chest.LiftOverride = true; chest.DropItem( new Key( KeyType.Iron, gate.KeyValue ) ); TreasureMapChest.Fill( chest, 2 ); diff --git a/Scripts/Multis/Camps/RatCamp.cs b/Scripts/Multis/Camps/RatCamp.cs index 8dbf1da76..2f4e1e893 100644 --- a/Scripts/Multis/Camps/RatCamp.cs +++ b/Scripts/Multis/Camps/RatCamp.cs @@ -28,6 +28,7 @@ namespace Server.Multis MetalChest chest = new MetalChest(); chest.ItemID = 0xE7C; + chest.LiftOverride = true; chest.DropItem( new Key( KeyType.Iron, gate.KeyValue ) ); TreasureMapChest.Fill( chest, 2 );