fix: Fix missing LabelNumber on DisguiseKit (#2021)

This commit is contained in:
Reetus 2024-12-17 03:32:26 +07:00 committed by GitHub
parent fefa06d4e0
commit e662b78f5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,8 @@ namespace Server.Items;
[SerializationGenerator(0, false)]
public partial class DisguiseKit : Item
{
public override int LabelNumber => 1041078; // a disguise kit
[Constructible]
public DisguiseKit() : base(0xE05) => Weight = 1.0;