Renames equiped to equipped. (#1)
This commit is contained in:
parent
a21a48d1a2
commit
bb8f09752f
15 changed files with 32 additions and 32 deletions
|
|
@ -163,7 +163,7 @@ namespace Server.Items
|
|||
{
|
||||
}
|
||||
|
||||
public override bool AllowEquipedCast( Mobile from )
|
||||
public override bool AllowEquippedCast( Mobile from )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -347,7 +347,7 @@ namespace Server.Items
|
|||
return base.CanEquip( from );
|
||||
}
|
||||
|
||||
public override bool AllowEquipedCast( Mobile from )
|
||||
public override bool AllowEquippedCast( Mobile from )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue