mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-04 19:33:47 +00:00
Violet Hold implementation Consortium guy is missing, will revisit once I reach heroics so I can code it properly
22 lines
965 B
C
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
|