From 49f4dedcd5828b5d3f2858cdf19b670066afcbb0 Mon Sep 17 00:00:00 2001 From: xavier Date: Thu, 25 Oct 2012 10:22:05 +0000 Subject: [PATCH] type alias the orig "Lollipop" --- Scripts/Holiday Stuff/Halloween/Treats/Lollipops.cs | 1 + 1 file changed, 1 insertion(+) 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]