Spell glyphsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
{| border="1"
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|spell_id
! foreign key
|int(8) unsigned
! description
|PRI
|0
|
|The unique id of this glyph. 
|-
|-
| spell_id
|
| integer
|item_id
| N
|int(10) unsigned
| The unique id of this glyph.
|PRI
|0
|
|The item id.
|-
|-
| item_id
|
| integer
|position
| Y [[ItemStatsTable]]
|tinyint(3) unsigned
| The item id.
|
|-
|0
| position
|
| tinyint
|The slot this glyph has to be in for successful spell research.  
| N
| The slot this glyph has to be in for successfull spell research.
|}
|}


[[Category:Engine documents]]
[[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.