Spell glyphsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | spell_id | integer | N | The unique id of this glyph. |- | item_id | integer | Y ItemStatsTable | The item id…' |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| | {| class="wikitable" | ||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|spell_id | |||
|int(8) unsigned | |||
|PRI | |||
|0 | |||
| | |||
|The unique id of this glyph. | |||
|- | |- | ||
| | | | ||
| | |item_id | ||
| | |int(10) unsigned | ||
| The | |PRI | ||
|0 | |||
| | |||
|The item id. | |||
|- | |- | ||
| | | | ||
| | |position | ||
| | |tinyint(3) unsigned | ||
| | | | ||
| | |0 | ||
| | |||
|The slot this glyph has to be in for successful spell research. | |||
| | |||
| The slot this glyph has to be in for | |||
|} | |} | ||
[[Category:Engine documents]] |
Latest revision as of 13:14, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
spell_id | int(8) unsigned | PRI | 0 | The unique id of this glyph. | ||
item_id | int(10) unsigned | PRI | 0 | The item id. | ||
position | tinyint(3) unsigned | 0 | The slot this glyph has to be in for successful spell research. |