mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Merge commit 'origin/master' into 320
This commit is contained in:
commit
ca2a2195be
22 changed files with 80 additions and 234 deletions
|
|
@ -189,8 +189,8 @@ void WorldSession::HandleCreatureQueryOpcode( WorldPacket & recv_data )
|
|||
data << uint32(ci->type); // CreatureType.dbc
|
||||
data << uint32(ci->family); // CreatureFamily.dbc
|
||||
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->KillCredit[0]); // new in 3.1, kill credit
|
||||
data << uint32(ci->KillCredit[1]); // new in 3.1, kill credit
|
||||
data << uint32(ci->DisplayID_A[0]); // modelid_male1
|
||||
data << uint32(ci->DisplayID_H[0]); // modelid_female1 ?
|
||||
data << uint32(ci->DisplayID_A[1]); // modelid_male2 ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue