Fix to allow items to be lifted from Camp chests (courtesy of Carmina).
This commit is contained in:
parent
5ac86057d9
commit
a8c7e51e6d
2 changed files with 2 additions and 0 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue