Racial Leaders (SMSG packet structure)

This commit is contained in:
Olion 2017-06-25 01:12:13 +03:00 committed by Antz
parent ef7fa1acde
commit 171e825695

View File

@ -165,7 +165,8 @@ void WorldSession::HandleCreatureQueryOpcode(WorldPacket& recv_data)
else
{ 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);
DEBUG_LOG("WORLD: Sent SMSG_CREATURE_QUERY_RESPONSE");
}