# item\_effect **`Back-to:Hotfixes`** **The \`item\_effect\` table** This table contains some of the item effect data regarding item hotfixes. This table is primarily used to hotfix spells on items. **Structure** | | | | | | | | | |---------------------------------------------------|-------------|----------------|---------|----------|-------------|-----------|-------------| | **Field** | **Type** | **Attributes** | **Key** | **Null** | **Default** | **Extra** | **Comment** | | [ID](#item_effect-ID) | int(10) | unsigned | PRI | NO | 0 | | | | [ItemID](#item_effect-ItemID) | int(10) | unsigned | | NO | 0 | | | | [OrderIndex](#item_effect-OrderIndex) | int(10) | unsigned | | NO | 0 | | | | [SpellID](#item_effect-SpellID) | int(10) | unsigned | | NO | 0 | | | | [Trigger](#item_effect-Trigger) | int(10) | unsigned | | NO | 0 | | | | [Charges](#item_effect-Charges) | int(10) | unsigned | | NO | 0 | | | | [Cooldown](#item_effect-Cooldown) | int(11) | signed | | NO | 0 | | | | [Category](#item_effect-Category) | int(10) | unsigned | | NO | 0 | | | | [CategoryCooldown](#item_effect-CategoryCooldown) | int(11) | signed | | NO | 0 | | | | [VerifiedBuild](#item_effect-VerifiedBuild) | smallint(6) | signed | | NO | 0 | | | **Description of the fields** ### ID This is the unique ID for the item\_effect table and has no relation whatsoever to the item ID that is being hotfixed. This value links to [hotfix\_data.RecordID](hotfix_data#hotfix_data-hotfix_data-RecordID) with the proper TableHash accompanied. ### ItemID This is the unique ID for the item that has received a hotfix. This value links to [hotfix\_data.RecordID](hotfix_data_2130074.html#hotfix_data-hotfix_data-hotfix_data-RecordID) with the proper TableHash accompanied, [item.ID](hotfixes_item_2130073.html#hotfixes_item-hotfixes_item-ID) and [item\_sparse.ID](item_sparse#item_sparse-ID). ### OrderIndex The order in which the spells are displayed on the item tooltip and are placed upon the item. Starts at 0. ### SpellID The spell ID of the spell that the item can cast or trigger. ### Trigger The type of trigger for the spell.
| ID | Trigger Type |
0 |
Use |
1 |
On Equip |
2 |
Chance on Hit |
4 |
Soulstone |
5 |
Use with no delay |
6 |
Learn Spell ID |