mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-04 15:17:17 +00:00
Created aa_ability (markdown)
+15
@@ -0,0 +1,15 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
id|int(10) unsigned|NO|PRI| |
|
||||||
|
name|text|NO| | |
|
||||||
|
category|int(10)|NO| |-1|
|
||||||
|
classes|int(10)|NO| |131070|
|
||||||
|
races|int(10)|NO| |65535|
|
||||||
|
drakkin\_heritage|int(10)|NO| |127|
|
||||||
|
deities|int(10)|NO| |131071|
|
||||||
|
status|int(10)|NO| |0|
|
||||||
|
type|int(10)|NO| |0|
|
||||||
|
charges|int(11)|NO| |0|
|
||||||
|
grant\_only|tinyint(4)|NO| |0|
|
||||||
|
first\_rank\_id|int(10)|NO| |-1|
|
||||||
|
enabled|tinyint(3) unsigned|NO| |1|
|
||||||
Reference in New Issue
Block a user