blob: c70892cef0120c6fc2b38b7cb53423eb0e8b85dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [script_waypoint](script_waypoint)
Column | Type | Description
--- | --- | ---
Entry | mediumint(8) unsigned |
Pointid | mediumint(8) unsigned |
Location_x | float |
Location_y | float |
Location_z | float |
Waittime | int(10) unsigned |
Point_comment | text |
|