lfg_entrances

Back-to:World

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

dungeonId

int(10)

unsigned

PRI

NO

0

 

Dungeon entry from dbc

name

varchar(255)

 

 

YES

NULL

 

Dungeon name from dbc

position_x

float

 

 

NO

0

 

 

position_y

float

 

 

NO

0

 

 

position_z

float

 

 

NO

0

 

 

orientation

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