Skip to content

Playercreateinfo_item

Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `playercreateinfo_item` table

This table holds information on what items each race-class combination of a new character starts out with.

Structure

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

Description of the fields

race

The character’s race.

class

The character’s class.

itemid

The template ID of the item. See item_template.entry

amount

The number of copies of that item.

Clone this wiki locally