item_tick¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | it_itemid | items | id |
Has-Many | it_qglobal | quest_globals | name |
Schema¶
Column | Data Type | Description |
---|---|---|
it_itemid | int | Item Identifier |
it_chance | int | Chance: 0 = Never, 100 = Always |
it_level | int | Level |
it_id | int | Spell Identifier |
it_qglobal | varchar | Quest Global Identifier (Deprecated) |
it_bagslot | tinyint | Bag Slot |