lfg_dungeon_template
The `lfg_dungeon_template` table
Used to give NPC spells cooldowns for mindcontroll.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| dungeonId | INT | UNSIGNED | PRI | NO | 0 | Unique id from LFGDungeons.dbc | |
| name | VARCHAR(255) | YES | NULL | ||||
| position_x | FLOAT | NO | 0 | ||||
| position_y | FLOAT | NO | 0 | ||||
| position_z | FLOAT | NO | 0 | ||||
| orientation | FLOAT | NO | 0 | ||||
| VerifiedBuild | INT | YES | NULL |
Description of the fields
DungionId
Unique id from LFGDungeons.dbc
name
Dungeon Name
poisition_x
field-no-description|3
poisition_y
field-no-description|4
poisition_z
field-no-description|5
orientation
field-no-description|6
VerifiedBuild
This field is used by the TrinityCore DB Team to determine whether a template has been verified from WDB files.
- If value is 0, it has not been parsed yet.
- If value is > 0, it has been parsed with WDB files from that specific Client Build.
- If value is -1, it is just a place holder until proper data are found on WDBs.
- If value is -Client Build, it was parsed with WDB files from that specific client build and manually edited later for some specific necessity.