Skip to content

creature_model_race

Muehe edited this page Aug 5, 2020 · 3 revisions

Back to world database list of tables.

The `creature_model_race` table

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.

Structure

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

Description of the fields

modelid

The model id to override with a different model.

racemask

The racemask you want to trigger the model override for.

creature_entry

A creature_template entry id - this will override the model using the model(s) from the specified creature_template entry.

modelid_racial

The id of a specific model to use when overriding.

Clone this wiki locally