mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-03 18:27:15 +00:00
Created merc_armorinfo (markdown)
@@ -0,0 +1,12 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
id|int(11)|NO|PRI| |auto\_increment
|
||||||
|
merc\_npc\_type\_id|int(11) unsigned|NO| | |
|
||||||
|
minlevel|tinyint(2) unsigned|NO| |1|
|
||||||
|
maxlevel|tinyint(2) unsigned|NO| |255|
|
||||||
|
texture|tinyint(2) unsigned|NO| |0|
|
||||||
|
helmtexture|tinyint(2) unsigned|NO| |0|
|
||||||
|
armortint\_id|int(10) unsigned|NO| |0|
|
||||||
|
armortint\_red|tinyint(3) unsigned|NO| |0|
|
||||||
|
armortint\_green|tinyint(3) unsigned|NO| |0|
|
||||||
|
armortint\_blue|tinyint(3) unsigned|NO| |0|
|
||||||
Reference in New Issue
Block a user