View Single Post
03-01-18, 05:28 PM   #14
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by TOM_RUS View Post
First look at CreatureDisplayInfo, find ModelId, then look at CreatureModelData for Id=ModelId and find FileDataId. For example: CreatureDisplayInfo.Id=26 -> CreatureDisplayInfo.ModelId=8379 -> CreatureModelData.Id=8379 -> CreatureModelData.FileDataId=1139464.
Thanks, I'll create a new model table tomorrow.
  Reply With Quote