From f71d5bcff183068d13be2c653c3e3dd61461c586 Mon Sep 17 00:00:00 2001 From: Eric Vintimilla <1682329+blendax78@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:16:41 -0500 Subject: [PATCH] fix: Fixes missing ethereal horse label (#1585) --- Projects/UOContent/Mobiles/Animals/Mounts/Ethereals.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/UOContent/Mobiles/Animals/Mounts/Ethereals.cs b/Projects/UOContent/Mobiles/Animals/Mounts/Ethereals.cs index edc4b02ee..43cf00a5b 100644 --- a/Projects/UOContent/Mobiles/Animals/Mounts/Ethereals.cs +++ b/Projects/UOContent/Mobiles/Animals/Mounts/Ethereals.cs @@ -421,6 +421,8 @@ namespace Server.Mobiles : base(0x20DD, 0x3EAA) { } + + public override int LabelNumber => 1041298; // Ethereal Horse Statuette } [SerializationGenerator(0, false)]