lfg_entrances
The `lfg_entrances` table
Used by LFG system to teleport players on specified position. This table should be used instead of `areatrigger_teleport` tabe for all dungeons in the future.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
int(10) | unsigned | PRI | NO | 0 |
| Dungeon entry from dbc | |
varchar(255) |
|
| YES | NULL |
| Dungeon name from dbc | |
float |
|
| NO | 0 |
|
| |
float |
|
| NO | 0 |
| ||
float |
|
| NO | 0 |
| ||
float |
|
| NO | 0 |
|
|
Description of the fields
dungeonId
Dungeon ID from LFGDungeons.dbc
name
Dungeon name from LFGDungeons.dbc
position_x
X coordinate for the entrance position
position_y
Y coordinate for the entrance position
position_z
Z coordinate for the entrance position
orientation
Orientation the player will get when appearing at this location