Item_expire_convert - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table contains pairs of times which turn into an other item after a certain amount of time.
Field | Type | Null | Key | Default | Extra |
entry | mediumint(8) unsigned | NO | PRI | 0 | |
item | mediumint(8) | NO | 0 |
The entry of the item which suppose to change into a new item.
The entry of the new item.