*Some creature display id update. By VladimirMangos and GriffonHeart

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-15 18:02:12 -05:00
parent b7d218febc
commit 572a9191d9
14 changed files with 197 additions and 128 deletions

View File

@@ -189,10 +189,10 @@ void WorldSession::HandleCreatureQueryOpcode( WorldPacket & recv_data )
data << uint32(ci->rank); // Creature Rank (elite, boss, etc)
data << uint32(ci->unk1); // new in 3.1, creature entry?
data << uint32(ci->unk2); // new in 3.1, creature entry?
data << (uint32)ci->DisplayID_A; // DisplayID_A
data << (uint32)ci->DisplayID_A2; // DisplayID_A2
data << (uint32)ci->DisplayID_H; // DisplayID_H
data << (uint32)ci->DisplayID_H2; // DisplayID_H2
data << uint32(ci->DisplayID_A[0]); // modelid_male1
data << uint32(ci->DisplayID_H[0]); // modelid_female1 ?
data << uint32(ci->DisplayID_A[1]); // modelid_male2 ?
data << uint32(ci->DisplayID_H[1]); // modelid_femmale2 ?
data << float(ci->unk16); // unk
data << float(ci->unk17); // unk
data << uint8(ci->RacialLeader);