mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
22 lines
938 B
C
22 lines
938 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 "ForgeOfSouls/ForgeOfSoulsActionContext.h"
|
|
#include "PitOfSaron/PitOfSaronActionContext.h"
|
|
#include "TrialOfTheChampion/TrialOfTheChampionActionContext.h"
|
|
// #include "HallsOfReflection/HallsOfReflectionActionContext.h"
|
|
|
|
#endif
|