This commit is contained in:
mark 2007-12-17 20:41:34 +00:00
parent 7ad00dceac
commit 0b4c3b15d9
41 changed files with 976 additions and 144 deletions

View file

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

View file

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