mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-05 16:17:17 +00:00
Created spawngroup (markdown)
+14
@@ -0,0 +1,14 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
id|int(11)|NO|PRI| |auto\_increment
|
||||
name|varchar(50)|NO|UNI| |
|
||||
spawn\_limit|tinyint(4)|NO| |0|
|
||||
dist|float|NO| |0|
|
||||
max\_x|float|NO| |0|
|
||||
min\_x|float|NO| |0|
|
||||
max\_y|float|NO| |0|
|
||||
min\_y|float|NO| |0|
|
||||
delay|int(11)|NO| |45000|
|
||||
mindelay|int(11)|NO| |15000|
|
||||
despawn|tinyint(3)|NO| |0|
|
||||
despawn\_timer|int(11)|NO| |100|
|
||||
Reference in New Issue
Block a user