mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-26 03:27:44 +00:00
fix inaccurate animation lock time for casts
This commit is contained in:
parent
fc66254da3
commit
983c772260
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ float Action::Action::getAnimationLock()
|
|||
return 0.1f;
|
||||
}
|
||||
}
|
||||
return 0.6f;
|
||||
return hasCastTime() ? 0.1f : 0.6f;
|
||||
}
|
||||
|
||||
Action::EffectBuilderPtr Action::Action::getEffectbuilder()
|
||||
|
|
Loading…
Add table
Reference in a new issue