This commit is contained in:
parent
7ad00dceac
commit
0b4c3b15d9
41 changed files with 976 additions and 144 deletions
|
|
@ -33,7 +33,7 @@ namespace Server.Multis
|
|||
|
||||
TreasureMapChest.Fill( chest, 2 );
|
||||
|
||||
AddItem( chest, 4, 4, 0 );
|
||||
AddItem( chest, 4, 4, 1 );
|
||||
|
||||
AddMobile( new Orc(), 15, 0, -2, 0 );
|
||||
AddMobile( new Orc(), 15, 0, 1, 0 );
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ namespace Server.Multis
|
|||
|
||||
TreasureMapChest.Fill( chest, 2 );
|
||||
|
||||
AddItem( chest, 4, 4, 0 );
|
||||
AddItem( chest, 4, 4, 1 );
|
||||
|
||||
AddMobile( new Ratman(), 15, 0, -2, 0 );
|
||||
AddMobile( new Ratman(), 15, 0, 1, 0 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue