目录

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 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