The skill_perfect_item_template table
Implements the perfection crafting system (originally from The Burning Crusade): when a crafting spell is cast, it may create a higher-quality “perfect” version of the item instead of the normal one. Each row defines the perfect-craft chance and the replacement item for a creation spell.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| spellId | INT | UNSIGNED | PRI | NO | 0 | SpellId of the item creation spell | |
| requiredSpecialization | INT | UNSIGNED | NO | 0 | Specialization spell id | ||
| perfectCreateChance | FLOAT | SIGNED | NO | 0 | chance to create the perfect item instead | ||
| perfectItemType | INT | UNSIGNED | NO | 0 | perfect item type to create instead |
Description of the fields
SpellId of the item creation spell
Specialization spell id
chance to create the perfect item instead
perfect item type to create instead