Creature_model_race - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table contains data to override displayed models based on the race of the player. Use creature_entry or modelid_racial to specify the new models, but not both.
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
modelid | mediumint(8) unsigned | NO | PRI | 0 | |
racemask | mediumint(8) unsigned | NO | PRI | 0 | |
creature_entry | mediumint(8) unsigned | NO | 0 | ||
modelid_racial | mediumint(8) unsigned | NO | 0 |
The model id to override with a different model.
The racemask you want to trigger the model override for.
A creature_template entry id - this will override the model using the model(s) from the specified creature_template entry.
The id of a specific model to use when overriding.