-
Notifications
You must be signed in to change notification settings - Fork 48
creature_model_race
hlarsen edited this page Apr 17, 2016
·
3 revisions
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.