mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +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
a340b9bbc0
commit
ceced0c903
2 changed files with 1 additions and 2 deletions
|
|
@ -152,7 +152,6 @@ void Object::BuildCreateUpdateBlockForPlayer(UpdateData* data, Player* target) c
|
|||
{
|
||||
if (((GameObject*)this)->GetOwnerGuid().IsPlayer())
|
||||
updatetype = UPDATETYPE_CREATE_OBJECT2;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (updateFlags & UPDATEFLAG_HAS_POSITION)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0019"
|
||||
#define REVISION_NR "0020"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue