mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Ulduar flame leviathan (normal mode)
This commit is contained in:
@@ -5,7 +5,21 @@
|
||||
#include "GenericTriggers.h"
|
||||
#include "PlayerbotAIConfig.h"
|
||||
#include "RaidUlduarBossHelper.h"
|
||||
#include "RaidUlduarScripts.h"
|
||||
#include "Trigger.h"
|
||||
|
||||
|
||||
class FlameLeviathanOnVehicleTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
FlameLeviathanOnVehicleTrigger(PlayerbotAI* ai) : Trigger(ai, "flame leviathan on vehicle") {}
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
class FlameLeviathanVehicleNearTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
FlameLeviathanVehicleNearTrigger(PlayerbotAI* ai) : Trigger(ai, "flame leviathan vehicle near") {}
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user