From 84e06f86b5110932283cccc14fb63ffd6b3d9599 Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Wed, 18 Sep 2019 10:55:59 -0400 Subject: [PATCH] Destroyed mercs (markdown) --- mercs.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 mercs.md diff --git a/mercs.md b/mercs.md deleted file mode 100644 index 54fe95b..0000000 --- a/mercs.md +++ /dev/null @@ -1,26 +0,0 @@ -**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| \ No newline at end of file