mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[0020] Update splines. Author: @Shauren.
Also use movement StatusInfo for players to write movement information. Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
bce3248acc
commit
ef498a7689
10 changed files with 243 additions and 182 deletions
|
|
@ -11320,5 +11320,5 @@ void Unit::DisableSpline()
|
|||
|
||||
bool Unit::IsSplineEnabled() const
|
||||
{
|
||||
return !movespline->Finalized();
|
||||
return movespline->Initialized();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue