mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-05 07:57:17 +00:00
Created starting_items (markdown)
@@ -0,0 +1,11 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
id|int(11) unsigned|NO|PRI| |auto\_increment
|
||||||
|
race|int(11)|NO|PRI|0|
|
||||||
|
class|int(11)|NO| |0|
|
||||||
|
deityid|int(11)|NO| |0|
|
||||||
|
zoneid|int(11)|NO| |0|
|
||||||
|
itemid|int(11)|NO| |0|
|
||||||
|
item\_charges|tinyint(3) unsigned|NO| |1|
|
||||||
|
gm|tinyint(1)|NO| |0|
|
||||||
|
slot|mediumint(9)|NO| |-1|
|
||||||
Reference in New Issue
Block a user