41 rows in this table. Schema below.
Name | Type | Null | Key | Default |
---|---|---|---|---|
id | int(10) unsigned | NO | PRI | |
race | tinyint(3) unsigned | NO | PRI | 0 |
class | tinyint(3) unsigned | NO | PRI | 0 |
map | smallint(5) unsigned | NO | 0 | |
zone | mediumint(8) unsigned | NO | 0 | |
position_x | float | NO | 0 | |
position_y | float | NO | 0 | |
position_z | float | NO | 0 | |
orientation | float | NO | 0 |