mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -2313,7 +2313,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;
|
||||
|
||||
Reference in New Issue
Block a user