From aa3e25383dabcc347d59d637959875621df6da2d Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 15:38:27 -0600 Subject: [PATCH] Created ground_spawns (markdown) --- ground_spawns.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ground_spawns.md diff --git a/ground_spawns.md b/ground_spawns.md new file mode 100644 index 0000000..4875fd2 --- /dev/null +++ b/ground_spawns.md @@ -0,0 +1,16 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(11) unsigned|NO|PRI| |auto\_increment +zoneid|int(10) unsigned|NO|MUL|0| +version|smallint(5)|NO| |0| +max\_x|float|NO| |2000| +max\_y|float|NO| |2000| +max\_z|float|NO| |10000| +min\_x|float|NO| |-2000| +min\_y|float|NO| |-2000| +heading|float|NO| |0| +name|varchar(16)|NO| | | +item|int(10) unsigned|NO| |0| +max\_allowed|int(10) unsigned|NO| |1| +comment|varchar(255)|NO| | | +respawn\_timer|bigint(20) unsigned|NO| |300000| \ No newline at end of file