TaxiNodes.dbc¶
The taxi nodes table contains definitions for names, and locations of flight nodes.
Table structure¶
ID | Name | Type | Default | Description |
---|---|---|---|---|
1 | ID | Integer | Unique ID | |
2 | map | Integer | 0 | The map on which the taxi node is located. |
3 | locationX | Float | 0 | X coordinate |
4 | locationY | Float | 0 | Y coordinate |
5 | locationZ | Float | 0 | Z coordinate |
6 | name | String (localized) | The name of the taxi node. | |
7 | mountCreatureDisplayInfo1 | Integer | 0 | A mount model to display for Alliance. |
8 | mountCreatureDisplayInfo2 | Integer | 0 | A mount model to display for Horde. |
Relations¶
map
references the primary key of Map.dbc.mountCreatureDisplayInfo[1-2]
references the primary key of CreatureDisplayInfo.dbc.