bug fixes

pets can no longer be renamed while in jail
This commit is contained in:
asayre 2006-08-14 07:41:26 +00:00
parent 8150706a3c
commit c26e081c58
12 changed files with 181 additions and 134 deletions

View file

@ -50,6 +50,7 @@ namespace Server.Items
public RecipeScroll( int recipeID )
: base( 0x2831 )
{
m_RecipeID = recipeID;
}
public RecipeScroll( Serial serial )