waypoint_path_name - cmangos/issues GitHub Wiki
Back to world database list of tables.
The waypoint_path_name tables
Hold name and description for waypoint_path paths.
Structure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| PathId | int(11) | NO | PRIMARY KEY | NULL | PathId from waypoint_path |
| Name | VARCHAR(200) | NO | NULL | Name and use path |
PathId
PathId from waypoint_path.
Name
Name and use of path. Example: ThousandNeedles - Kanati Greycloud - Escort path
Mainly a bookkeeping table for naming and documenting uses. We are introducing magic numbers based on various rules and need to know what each is for. Refer to correct Id use at waypoint_path