diff --git a/Scripts/Holiday Stuff/Halloween/Treats/Lollipops.cs b/Scripts/Holiday Stuff/Halloween/Treats/Lollipops.cs index d166bd6e8..b42ca0f53 100644 --- a/Scripts/Holiday Stuff/Halloween/Treats/Lollipops.cs +++ b/Scripts/Holiday Stuff/Halloween/Treats/Lollipops.cs @@ -3,6 +3,7 @@ using Server; namespace Server.Items { + [TypeAlias( "Server.Items.Lollipop" )] public class Lollipops : CandyCane { [Constructable]