fix: Fixes hellsteed name (#1480)
This commit is contained in:
parent
083bfe7294
commit
1b07b00510
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue