fix: Fix missing LabelNumber on DisguiseKit (#2021)
This commit is contained in:
parent
fefa06d4e0
commit
e662b78f5a
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ namespace Server.Items;
|
||||||
[SerializationGenerator(0, false)]
|
[SerializationGenerator(0, false)]
|
||||||
public partial class DisguiseKit : Item
|
public partial class DisguiseKit : Item
|
||||||
{
|
{
|
||||||
|
public override int LabelNumber => 1041078; // a disguise kit
|
||||||
|
|
||||||
[Constructible]
|
[Constructible]
|
||||||
public DisguiseKit() : base(0xE05) => Weight = 1.0;
|
public DisguiseKit() : base(0xE05) => Weight = 1.0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue