mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Attempt to fix quests. Some other fixes.
This commit is contained in:
parent
2d61cc1e76
commit
908f41b031
13 changed files with 158 additions and 138 deletions
|
|
@ -453,7 +453,7 @@ void Object::_BuildMovementUpdate(ByteBuffer * data, uint16 flags, uint32 flags2
|
|||
}
|
||||
else
|
||||
{
|
||||
if(flags & UPDATEFLAG_UNK1)
|
||||
if(flags & UPDATEFLAG_POSITION)
|
||||
{
|
||||
*data << uint8(0); // unk PGUID!
|
||||
*data << ((WorldObject*)this)->GetPositionX();
|
||||
|
|
@ -572,7 +572,7 @@ void Object::_BuildMovementUpdate(ByteBuffer * data, uint16 flags, uint32 flags2
|
|||
}
|
||||
|
||||
// 0x200
|
||||
if(flags & UPDATEFLAG_UNK2)
|
||||
if(flags & UPDATEFLAG_ROTATION)
|
||||
{
|
||||
*data << uint64(((GameObject*)this)->GetRotation());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue