From 4d0dd74ec1844f911c8a1e266025a493282118dc Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 14 Jan 2007 19:26:21 +0000 Subject: [PATCH] fixed typo --- Scripts/Mobiles/Monsters/AOS/DemonKnight.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Mobiles/Monsters/AOS/DemonKnight.cs b/Scripts/Mobiles/Monsters/AOS/DemonKnight.cs index 39c2ba6f4..9b334b313 100644 --- a/Scripts/Mobiles/Monsters/AOS/DemonKnight.cs +++ b/Scripts/Mobiles/Monsters/AOS/DemonKnight.cs @@ -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; } }