From 84d560713e34b70fab57304ed84d5e097d55816d Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Wed, 18 Sep 2019 10:09:29 -0400 Subject: [PATCH] Destroyed ground_spawns (markdown) --- ground_spawns.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ground_spawns.md diff --git a/ground_spawns.md b/ground_spawns.md deleted file mode 100644 index 4875fd2..0000000 --- a/ground_spawns.md +++ /dev/null @@ -1,16 +0,0 @@ -**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