From dc7033d71f1207e8e3a7ff49f28d099d6a31a324 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:09:02 -0700 Subject: [PATCH] fix: Fixes candle serialization (#1081) --- Projects/UOContent/Items/Lights/Candle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/UOContent/Items/Lights/Candle.cs b/Projects/UOContent/Items/Lights/Candle.cs index 99ff0e46a..f0d5bd42e 100644 --- a/Projects/UOContent/Items/Lights/Candle.cs +++ b/Projects/UOContent/Items/Lights/Candle.cs @@ -3,7 +3,7 @@ using ModernUO.Serialization; namespace Server.Items; -[SerializationGenerator(0)] +[SerializationGenerator(0, false)] public partial class Candle : BaseEquipableLight { [Constructible]