mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-04 11:07:17 +00:00
Created aa_ranks (markdown)
+15
@@ -0,0 +1,15 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
id|int(10) unsigned|NO|PRI| |
|
||||
upper\_hotkey\_sid|int(10)|NO| |-1|
|
||||
lower\_hotkey\_sid|int(10)|NO| |-1|
|
||||
title\_sid|int(10)|NO| |-1|
|
||||
desc\_sid|int(10)|NO| |-1|
|
||||
cost|int(10)|NO| |1|
|
||||
level\_req|int(10)|NO| |51|
|
||||
spell|int(10)|NO| |-1|
|
||||
spell\_type|int(10)|NO| |0|
|
||||
recast\_time|int(10)|NO| |0|
|
||||
expansion|int(10)|NO| |0|
|
||||
prev\_id|int(10)|NO| |-1|
|
||||
next\_id|int(10)|NO| |-1|
|
||||
Reference in New Issue
Block a user