mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
Movement packets fix.
This commit is contained in:
parent
ad7729479c
commit
41d8f1a5d4
6 changed files with 277 additions and 241 deletions
|
|
@ -312,7 +312,7 @@ class MANGOS_DLL_SPEC Object
|
|||
|
||||
virtual void _SetCreateBits(UpdateMask *updateMask, Player *target) const;
|
||||
|
||||
void BuildMovementUpdate(ByteBuffer * data, uint16 flags, uint32 flags2 ) const;
|
||||
void BuildMovementUpdate(ByteBuffer * data, uint16 updateFlags, uint32 moveFlags ) const;
|
||||
void BuildValuesUpdate(uint8 updatetype, ByteBuffer *data, UpdateMask *updateMask, Player *target ) const;
|
||||
void BuildUpdateDataForPlayer(Player* pl, UpdateDataMapType& update_players);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue