Files
mod-playerbots/src/strategy/dungeons/wotlk/WotlkDungeonActionContext.h
Bobblybook 7b9da575ef Violet Hold implementation
Violet Hold implementation
Consortium guy is missing, will revisit once I reach heroics so I can code it properly
2024-10-12 23:52:40 +11:00

22 lines
965 B
C

#ifndef _PLAYERBOT_WOTLKDUNGEONACTIONCONTEXT_H
#define _PLAYERBOT_WOTLKDUNGEONACTIONCONTEXT_H
#include "utgardekeep/UtgardeKeepActionContext.h"
#include "nexus/NexusActionContext.h"
#include "azjolnerub/AzjolNerubActionContext.h"
#include "oldkingdom/OldKingdomActionContext.h"
#include "draktharonkeep/DrakTharonKeepActionContext.h"
#include "violethold/VioletHoldActionContext.h"
// #include "gundrak/GundrakActionContext.h"
// #include "hallsofstone/HallsOfStoneActionContext.h"
// #include "hallsoflightning/HallsOfLightningActionContext.h"
// #include "oculus/OculusActionContext.h"
// #include "utgardepinnacle/UtgardePinnacleActionContext.h"
// #include "cullingofstratholme/CullingOfStratholmeActionContext.h"
// #include "trialofthechampion/TrialOfTheChampionActionContext.h"
// #include "hallsofreflection/HallsOfReflectionActionContext.h"
// #include "pitofsaron/PitOfSaronActionContext.h"
// #include "forgeofsouls/ForgeOfSoulsActionContext.h"
#endif