mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
22 lines
1000 B
C
22 lines
1000 B
C
#ifndef _PLAYERBOT_WOTLKDUNGEONTRIGGERCONTEXT_H_
|
|
#define _PLAYERBOT_WOTLKDUNGEONTRIGGERCONTEXT_H_
|
|
|
|
#include "utgardekeep/UtgardeKeepTriggerContext.h"
|
|
// #include "nexus/NexusTriggerContext.h"
|
|
// #include "azjolnerub/AzjolNerubTriggerContext.h"
|
|
// #include "oldkingdom/OldKingdomTriggerContext.h"
|
|
// #include "draktharonkeep/DraktharonKeepTriggerContext.h"
|
|
// #include "violethold/VioletHoldTriggerContext.h"
|
|
// #include "gundrak/GundrakTriggerContext.h"
|
|
// #include "hallsofstone/HallsOfStoneTriggerContext.h"
|
|
// #include "hallsoflightning/HallsOfLightningTriggerContext.h"
|
|
// #include "oculus/OculusTriggerContext.h"
|
|
// #include "utgardepinnacle/UtgardePinnacleTriggerContext.h"
|
|
// #include "cullingofstratholme/CullingOfStratholmeTriggerContext.h"
|
|
// #include "trialofthechampion/TrialOfTheChampionTriggerContext.h"
|
|
// #include "hallsofreflection/HallsOfReflectionTriggerContext.h"
|
|
// #include "pitofsaron/PitOfSaronTriggerContext.h"
|
|
// #include "forgeofsouls/ForgeOfSoulsTriggerContext.h"
|
|
|
|
#endif
|