blob: 33964d5f861012c113434b982761cdfadfa7ea0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [lfg_dungeon_template](lfg_dungeon_template)
Column | Type | Description
--- | --- | ---
DungeonId | int(10) unsigned |
Name | varchar(255) |
Position_x | float |
Position_y | float |
Position_z | float |
Orientation | float |
|