Playercreateinfo_item - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table holds information on what items each race-class combination of a new character starts out with.
Field | Type | Null | Key | Default | Extra |
race | tinyint(3) unsigned | NO | MUL | 0 | |
class | tinyint(3) unsigned | NO | 0 | ||
itemid | mediumint(8) unsigned | NO | 0 | ||
amount | tinyint(8) unsigned | NO | 1 |
The character’s race.
The character’s class.
The template ID of the item. See item_template.entry
The number of copies of that item.