mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 20:27:46 +00:00
Merge branch 'misc_fix' into develop_c
This commit is contained in:
commit
09a596183b
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ float Action::Action::getAnimationLock()
|
||||||
return 0.1f;
|
return 0.1f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0.6f;
|
return hasCastTime() ? 0.1f : 0.6f;
|
||||||
}
|
}
|
||||||
|
|
||||||
Action::EffectBuilderPtr Action::Action::getEffectbuilder()
|
Action::EffectBuilderPtr Action::Action::getEffectbuilder()
|
||||||
|
|
Loading…
Add table
Reference in a new issue