mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-03 22:37:16 +00:00
Created bot_pets (markdown)
+8
@@ -0,0 +1,8 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
pets\_index|int(10) unsigned|NO|PRI| |auto\_increment
|
||||
pet\_id|int(10) unsigned|NO| |0|
|
||||
bot\_id|int(10) unsigned|NO|UNI|0|
|
||||
name|varchar(64)|YES| | |
|
||||
mana|int(11)|NO| |0|
|
||||
hp|int(11)|NO| |0|
|
||||
Reference in New Issue
Block a user