Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Fix usage

...

The `item_effect` table

This table links together the appearances and item ids in regards to item hotfixes. Together with item, item_appearance and item_sparse they present the means to hotfix an itemcontains some of the item effect data regarding item hotfixes. This table is primarily used to hotfix spells on items.

 

Structure

FieldTypeAttributesKeyNullDefaultExtraComment
IDint(10)unsignedPRINO0  
ItemIDint(10)unsigned NO0  
OrderIndexint(10)unsigned NO0  
SpellIDint(10)unsigned NO0  
Triggerint(10)unsigned NO0  
Chargesint(10)unsigned NO0  
Cooldownint(11)signed  0  
Categoryint(10)unsigned  0  
CategoryCooldownint(11)signed  0  
VerifiedBuildsmallint(6)signed NO0  

...