fix: Fixes hellsteed name (#1480)

This commit is contained in:
Kamron Batman 2023-08-30 09:05:38 -07:00 committed by GitHub
parent 083bfe7294
commit 1b07b00510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ namespace Server.Mobiles
[SerializationGenerator(0, false)]
public partial class HellSteed : BaseMount
{
public override string DefaultName => "a frenzied ostard";
public override string DefaultName => "a hellsteed";
[Constructible]
public HellSteed() : base(793, 0x3EBB, AIType.AI_Animal, FightMode.Aggressor)