Renames equiped to equipped. (#1)

This commit is contained in:
Kamron Batman 2018-02-19 21:51:13 -08:00 committed by GitHub
parent a21a48d1a2
commit bb8f09752f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 32 additions and 32 deletions

View file

@ -163,7 +163,7 @@ namespace Server.Items
{
}
public override bool AllowEquipedCast( Mobile from )
public override bool AllowEquippedCast( Mobile from )
{
return true;
}

View file

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