diff --git a/Source/ACE.Server/Entity/Cloak.cs b/Source/ACE.Server/Entity/Cloak.cs index 3273851c10..bfc1f4f605 100644 --- a/Source/ACE.Server/Entity/Cloak.cs +++ b/Source/ACE.Server/Entity/Cloak.cs @@ -57,7 +57,7 @@ private static float MinProc { return 0f; } - return Convert.ToSingle(PropertyManager.GetDouble("cloak_min_proc_base", 0f)); + return Convert.ToSingle(PropertyManager.GetDouble("cloak_min_proc_base", 0f).Item); } } @@ -276,4 +276,4 @@ public static bool HasProcSpell(WorldObject cloak) return cloak?.ProcSpell != null; } } -} \ No newline at end of file +}