mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(Core/DungeonFinder): Seasonal bosses are available only via Dunge… (#8056)
* fix(Core/DungeonFinder): Seasonal bosses are available only via Dungeon Finder tool. Fixes #7889 * Update. * Buildfix. * Missing.
This commit is contained in:
@@ -140,6 +140,14 @@ namespace lfg
|
||||
LFG_UPDATE_FLAG_BINDED = 0x80
|
||||
};
|
||||
|
||||
enum LfgSeasonalDungeons
|
||||
{
|
||||
LFG_DUNGEON_HEADLESS_HORSEMAN = 285,
|
||||
LFG_DUNGEON_FROST_LORD_AHUNE = 286,
|
||||
LFG_DUNGEON_COREN_DIREBREW = 287,
|
||||
LFG_DUNGEON_CROWN_CHEMICAL_CO = 288
|
||||
};
|
||||
|
||||
struct RBEntryInfo
|
||||
{
|
||||
RBEntryInfo() {}
|
||||
|
||||
Reference in New Issue
Block a user