Updated to 3.2.2 live client build 10482.

Fixed corpse query packet (it was broken since 3.1.x).
This commit is contained in:
tomrus88 2009-09-22 18:15:18 +04:00
parent 258e19a4a3
commit b7ff759b04
3 changed files with 4 additions and 3 deletions

View file

@ -324,6 +324,7 @@ void WorldSession::HandleCorpseQueryOpcode(WorldPacket & /*recv_data*/)
data << float(y);
data << float(z);
data << int32(corpsemapid);
data << uint32(0); // unknown
SendPacket(&data);
}