disenchant_loot_template
Contains items created by using a spell with SPELL_EFFECT_DISENCHANT(99) on an item.
Please refer to the generic description of the loot system for more information.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| Entry | int | unsigned | PRI | NO | 0 | ||
| Item | int | unsigned | PRI | NO | 0 | ||
| Reference | int | unsigned | NO | 0 | |||
| Chance | float | NO | 100 | ||||
| QuestRequired | tinyint(1) | signed | NO | 0 | |||
| LootMode | smallint | unsigned | NO | 1 | |||
| GroupId | tinyint | unsigned | NO | 0 | |||
| MinCount | tinyint | unsigned | NO | 1 | |||
| MaxCount | tinyint | unsigned | NO | 1 | |||
| Comment | varchar(255) | YES | NULL | ||||
Description of fields
Entry
- no description -
Item
- no description -
Reference
- no description -
Chance
- no description -
QuestRequired
- no description -
LootMode
- no description -
GroupId
- no description -
MinCount
- no description -
MaxCount
- no description -
Comment
- no description -
