From 7b5f804a6144bb941c42052a4e12f6ef84ac4cbd Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:30:50 -0600 Subject: [PATCH] Created character_pet_buffs (markdown) --- character_pet_buffs.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 character_pet_buffs.md diff --git a/character_pet_buffs.md b/character_pet_buffs.md new file mode 100644 index 0000000..a667fa1 --- /dev/null +++ b/character_pet_buffs.md @@ -0,0 +1,13 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +char\_id|int(11)|NO|PRI| | +pet|int(11)|NO|PRI| | +slot|int(11)|NO|PRI| | +spell\_id|int(11)|NO| | | +caster\_level|tinyint(4)|NO| |0| +castername|varchar(64)|NO| | | +ticsremaining|int(11)|NO| |0| +counters|int(11)|NO| |0| +numhits|int(11)|NO| |0| +rune|int(11)|NO| |0| +instrument\_mod|tinyint(3) unsigned|NO| |10| \ No newline at end of file