diff --git a/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs b/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs index 204b78396..116f9742e 100644 --- a/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs +++ b/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs @@ -45,7 +45,7 @@ namespace Server.Mobiles Fame = 5000; Karma = -5000; - CraftResource res = null; + CraftResource res = CraftResource.None; switch (Utility.Random( 6 )) { diff --git a/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs b/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs index 1b02d083a..d721e3bd3 100644 --- a/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs +++ b/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs @@ -45,7 +45,7 @@ namespace Server.Mobiles Fame = 8000; Karma = -8000; - CraftResource res = null; + CraftResource res = CraftResource.None;; switch (Utility.Random(6)) {