mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[12749] More random opcodes
This commit is contained in:
parent
c7c615335a
commit
9d4587119c
4 changed files with 52 additions and 50 deletions
|
|
@ -421,7 +421,9 @@ void WorldSession::HandleSetActiveMoverOpcode(WorldPacket& recv_data)
|
|||
recv_data.hexlike();
|
||||
|
||||
ObjectGuid guid;
|
||||
recv_data >> guid;
|
||||
|
||||
recv_data.WriteGuidMask<7, 2, 1, 0, 4, 5, 6, 3>(guid);
|
||||
recv_data.WriteGuidBytes<3, 2, 4, 0, 5, 1, 6, 7>(guid);
|
||||
|
||||
if (_player->GetMover()->GetObjectGuid() != guid)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue