mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-08 19:17:19 +00:00
Created character_pet_buffs (markdown)
@@ -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|
|
||||||
Reference in New Issue
Block a user