-
Notifications
You must be signed in to change notification settings - Fork 47
Playercreateinfo_item
Schmoozerd edited this page Apr 17, 2013
·
1 revision
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.