mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-07 14:07:15 +00:00
Created character_pet_info (markdown)
@@ -0,0 +1,10 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
char\_id|int(11)|NO|PRI| |
|
||||||
|
pet|int(11)|NO|PRI| |
|
||||||
|
petname|varchar(64)|NO| | |
|
||||||
|
petpower|int(11)|NO| |0|
|
||||||
|
spell\_id|int(11)|NO| |0|
|
||||||
|
hp|int(11)|NO| |0|
|
||||||
|
mana|int(11)|NO| |0|
|
||||||
|
size|float|NO| |0|
|
||||||
Reference in New Issue
Block a user