fix: Fixes missing ethereal horse label (#1585)

This commit is contained in:
Eric Vintimilla 2023-11-09 17:16:41 -05:00 committed by GitHub
parent 1201f04321
commit f71d5bcff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,6 +421,8 @@ namespace Server.Mobiles
: base(0x20DD, 0x3EAA) : base(0x20DD, 0x3EAA)
{ {
} }
public override int LabelNumber => 1041298; // Ethereal Horse Statuette
} }
[SerializationGenerator(0, false)] [SerializationGenerator(0, false)]