mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-07 18:17:15 +00:00
Created character_material (markdown)
@@ -0,0 +1,9 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
id|int(11) unsigned|NO|PRI| |auto\_increment
|
||||
slot|tinyint(11) unsigned|NO|PRI|0|
|
||||
blue|tinyint(11) unsigned|NO| |0|
|
||||
green|tinyint(11) unsigned|NO| |0|
|
||||
red|tinyint(11) unsigned|NO| |0|
|
||||
use\_tint|tinyint(11) unsigned|NO| |0|
|
||||
color|int(11) unsigned|NO| |0|
|
||||
Reference in New Issue
Block a user