diff --git a/includes/types/spell.class.php b/includes/types/spell.class.php index 09e6c0d2..622bfd7f 100644 --- a/includes/types/spell.class.php +++ b/includes/types/spell.class.php @@ -2306,7 +2306,7 @@ class SpellList extends BaseType $originalCastTime = 1500; // Portion to Over Time - $PtOT = ($overTime / 15000) / (($overTime / 15000) + (OriginalCastTime / 3500)); + $PtOT = ($overTime / 15000) / (($overTime / 15000) + ($originalCastTime / 3500)); if ($asDOT) $castingTime = $castingTime * $PtOT;