Fix to allow items to be lifted from Camp chests (courtesy of Carmina).

This commit is contained in:
zippy 2006-11-05 21:22:03 +00:00
parent 5ac86057d9
commit a8c7e51e6d
2 changed files with 2 additions and 0 deletions

View file

@ -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 );

View file

@ -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 );