[12749] More random opcodes

This commit is contained in:
sanctum32 2013-12-15 21:05:33 +02:00 committed by Antz
parent c7c615335a
commit 9d4587119c
4 changed files with 52 additions and 50 deletions

View file

@ -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)
{