View Single Post
05-21-16, 04:39 PM   #51
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by TOM_RUS View Post
Code:
foreach (auto cdi in CreatureDisplayInfo.db2)
{
   auto cmd = CreatureModelData.db2[cdi->m_modelID];
   printf("[%u] = %u,", cdi->m_ID, cmd->m_FileDataId);
}
Sneaky, thanks for your help.