mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
Updated to 10116 client build.
This commit is contained in:
parent
ca2a2195be
commit
3de88aef12
10 changed files with 14 additions and 8 deletions
|
|
@ -626,6 +626,9 @@ void WorldSession::SaveTutorialsData()
|
|||
|
||||
void WorldSession::ReadMovementInfo(WorldPacket &data, MovementInfo *mi)
|
||||
{
|
||||
if(!data.readPackGUID(mi->guid))
|
||||
return;
|
||||
|
||||
CHECK_PACKET_SIZE(data, data.rpos()+4+2+4+4+4+4+4);
|
||||
data >> mi->flags;
|
||||
data >> mi->unk1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue