more fixes...

This commit is contained in:
xavier 2011-08-23 05:10:10 +00:00
parent 41f1507483
commit b06dc2c0d0
4 changed files with 28 additions and 6 deletions

View file

@ -8,7 +8,7 @@ namespace Server.Items
{
public override int LabelNumber{ get{ return 1074475; } } // Grizzled Mare Statuette
public override BaseCreature Summon{ get { return new GrizzledMare(); } }
[Constructable]
public GrizzledMareStatuette() : base( 0x2617 )
{
@ -40,6 +40,7 @@ namespace Server.Mobiles
public class GrizzledMare : SkeletalMount
{
public override bool DeleteOnRelease{ get{ return true; } }
public override bool IsDispellable { get { return false; } }
[Constructable]
public GrizzledMare() : base()