mod-playerbots/src/strategy/raids/ulduar/RaidUlduarTriggers.h
Garashan 5ab57efd29 Ulduar base files
Base files for ulduar. w/o any script
2024-03-11 13:07:41 +01:00

13 lines
258 B
C

#ifndef _PLAYERBOT_RAIDULDUARTRIGGERS_H
#define _PLAYERBOT_RAIDULDUARTRIGGERS_H
#include "EventMap.h"
#include "Trigger.h"
#include "PlayerbotAIConfig.h"
#include "GenericTriggers.h"
#include "RaidUlduarScripts.h"
#include "RaidUlduarBossHelper.h"
#endif