mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-05 07:57:17 +00:00
Created start_zones (markdown)
+17
@@ -0,0 +1,17 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
x|float|NO| |0|
|
||||||
|
y|float|NO| |0|
|
||||||
|
z|float|NO| |0|
|
||||||
|
heading|float|NO| |0|
|
||||||
|
zone\_id|int(4)|NO| |0|
|
||||||
|
bind\_id|int(4)|NO| |0|
|
||||||
|
player\_choice|int(2)|NO|PRI|0|
|
||||||
|
player\_class|int(2)|NO|PRI|0|
|
||||||
|
player\_deity|int(4)|NO|PRI|0|
|
||||||
|
player\_race|int(4)|NO|PRI|0|
|
||||||
|
start\_zone|int(4)|NO| |0|
|
||||||
|
bind\_x|float|NO| |0|
|
||||||
|
bind\_y|float|NO| |0|
|
||||||
|
bind\_z|float|NO| |0|
|
||||||
|
select\_rank|tinyint(3) unsigned|NO| |50|
|
||||||
Reference in New Issue
Block a user