fixed typo

This commit is contained in:
mark 2007-01-14 19:26:21 +00:00
parent e4818bfbfa
commit 4d0dd74ec1

View file

@ -6,7 +6,7 @@ using System.Collections.Generic;
namespace Server.Mobiles
{
[CorpseName( "a daemon knight corpse" )]
[CorpseName( "a demon knight corpse" )]
public class DemonKnight : BaseCreature
{
public override bool IgnoreYoungProtection { get { return Core.ML; } }