Player spellsTable: Difference between revisions
Jump to navigation
Jump to search
m add to category (Engine documents) |
No edit summary |
||
Line 1: | Line 1: | ||
{| | {| class="wikitable" | ||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|player_id | |||
|int(10) unsigned | |||
|PRI | |||
|0 | |||
| | |||
|The character id. | |||
|- | |- | ||
| | | | ||
| | |spell_id | ||
| | |int(8) unsigned | ||
| The | |PRI | ||
|0 | |||
| | |||
|The spell id. | |||
|- | |- | ||
| | | | ||
| | |spell_slot | ||
| | |tinyint(3) unsigned | ||
| | | | ||
| | |0 | ||
| | |||
|The spell slot. | |||
| | |||
| The spell slot. | |||
|} | |} | ||
[[Category:Engine documents]] | [[Category:Engine documents]] |
Latest revision as of 12:52, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
player_id | int(10) unsigned | PRI | 0 | The character id. | ||
spell_id | int(8) unsigned | PRI | 0 | The spell id. | ||
spell_slot | tinyint(3) unsigned | 0 | The spell slot. |