diff --git a/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs b/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoon.cs index 2c2efa0c8..204b78396 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; + CraftResource res = null; switch (Utility.Random( 6 )) { diff --git a/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs b/Scripts/Mobiles/Monsters/LBR/Jukas/ChaosDragoonElite.cs index 207ed3bea..1b02d083a 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; + CraftResource res = null; switch (Utility.Random(6)) {