Racial Leaders (SMSG packet structure)
This commit is contained in:
parent
ef7fa1acde
commit
171e825695
@ -165,7 +165,8 @@ void WorldSession::HandleCreatureQueryOpcode(WorldPacket& recv_data)
|
|||||||
else
|
else
|
||||||
{ data << uint32(Creature::ChooseDisplayId(ci)); } // workaround, way to manage models must be fixed
|
{ data << uint32(Creature::ChooseDisplayId(ci)); } // workaround, way to manage models must be fixed
|
||||||
|
|
||||||
data << uint16(ci->civilian); // wdbFeild14
|
data << uint8(ci->civilian); // wdbFeild14
|
||||||
|
data << uint8(ci->RacialLeader);
|
||||||
SendPacket(&data);
|
SendPacket(&data);
|
||||||
DEBUG_LOG("WORLD: Sent SMSG_CREATURE_QUERY_RESPONSE");
|
DEBUG_LOG("WORLD: Sent SMSG_CREATURE_QUERY_RESPONSE");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user