fix region typos

remove thinlongsword from bulk orders
warcleaver -> fencing weapon
This commit is contained in:
mark 2007-01-12 17:46:24 +00:00
parent 88d89c0e22
commit f65ce0098e
3 changed files with 14 additions and 10 deletions

View file

@ -26,6 +26,10 @@ namespace Server.Items
public override int InitMinHits{ get{ return 30; } } // TODO
public override int InitMaxHits{ get{ return 60; } } // TODO
public override SkillName DefSkill{ get{ return SkillName.Fencing; } }
public override WeaponType DefType{ get{ return WeaponType.Piercing; } }
public override WeaponAnimation DefAnimation{ get{ return WeaponAnimation.Pierce1H; } }
[Constructable]
public WarCleaver() : base( 0x2D2F )
{