* Fixed SMSG_DESTROY_OBJECT
This commit is contained in:
parent
1aa65906bd
commit
7bf8a4e899
@ -110,7 +110,9 @@ void WorldSession::_HandleDestroyObjectOpcode(WorldPacket& recvPacket)
|
||||
uint64 guid;
|
||||
uint8 dummy;
|
||||
|
||||
recvPacket >> guid >> dummy;
|
||||
recvPacket >> guid;
|
||||
if(GetInstance()->GetConf()->clientbuild>6005)
|
||||
recvPacket >> dummy;
|
||||
logdebug("Destroy Object "I64FMT,guid);
|
||||
|
||||
// call script just before object removal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user