cast disturb recovery fix
This commit is contained in:
parent
306a96bc81
commit
92aeef0297
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ namespace Server.Spells
|
|||
if ( Core.AOS )
|
||||
return TimeSpan.Zero;
|
||||
|
||||
double delay = 1.0 - Math.Sqrt((Core.TickCount - m_StartCastTime) / 1000 / GetCastDelay().TotalSeconds);
|
||||
double delay = 1.0 - Math.Sqrt((Core.TickCount - m_StartCastTime) / 1000.0 / GetCastDelay().TotalSeconds);
|
||||
|
||||
if ( delay < 0.2 )
|
||||
delay = 0.2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue