mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-03 18:27:15 +00:00
Created mercs (markdown)
+26
@@ -0,0 +1,26 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
MercID|int(10) unsigned|NO|PRI| |auto\_increment
|
||||||
|
OwnerCharacterID|int(10) unsigned|NO| | |
|
||||||
|
Slot|tinyint(1) unsigned|NO| |0|
|
||||||
|
Name|varchar(64)|NO| | |
|
||||||
|
TemplateID|int(10) unsigned|NO| |0|
|
||||||
|
SuspendedTime|int(11) unsigned|NO| |0|
|
||||||
|
IsSuspended|tinyint(1) unsigned|NO| |0|
|
||||||
|
TimerRemaining|int(11) unsigned|NO| |0|
|
||||||
|
Gender|tinyint(3) unsigned|NO| |0|
|
||||||
|
MercSize|float|NO| |5|
|
||||||
|
StanceID|tinyint(3) unsigned|NO| |0|
|
||||||
|
HP|int(11) unsigned|NO| |0|
|
||||||
|
Mana|int(11) unsigned|NO| |0|
|
||||||
|
Endurance|int(11) unsigned|NO| |0|
|
||||||
|
Face|int(10) unsigned|NO| |1|
|
||||||
|
LuclinHairStyle|int(10) unsigned|NO| |1|
|
||||||
|
LuclinHairColor|int(10) unsigned|NO| |1|
|
||||||
|
LuclinEyeColor|int(10) unsigned|NO| |1|
|
||||||
|
LuclinEyeColor2|int(10) unsigned|NO| |1|
|
||||||
|
LuclinBeardColor|int(10) unsigned|NO| |1|
|
||||||
|
LuclinBeard|int(10) unsigned|NO| |0|
|
||||||
|
DrakkinHeritage|int(10) unsigned|NO| |0|
|
||||||
|
DrakkinTattoo|int(10) unsigned|NO| |0|
|
||||||
|
DrakkinDetails|int(10) unsigned|NO| |0|
|
||||||
Reference in New Issue
Block a user