mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-05 03:47:17 +00:00
Created skill_caps (markdown)
@@ -0,0 +1,7 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
skillID|tinyint(3) unsigned|NO|PRI|0|
|
||||||
|
class|tinyint(3) unsigned|NO|PRI|0|
|
||||||
|
level|tinyint(3) unsigned|NO|PRI|0|
|
||||||
|
cap|mediumint(8) unsigned|NO| |0|
|
||||||
|
class\_|tinyint(3) unsigned|NO|PRI|0|
|
||||||
Reference in New Issue
Block a user