mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Naxx loatheb strategy
This commit is contained in:
@@ -215,11 +215,14 @@ class GluthMainTankMortalWoundTrigger : public Trigger
|
||||
GluthBossHelper helper;
|
||||
};
|
||||
|
||||
// class LoathebTrigger : public BossPhaseTrigger
|
||||
// {
|
||||
// public:
|
||||
// LoathebTrigger(PlayerbotAI* ai) : BossPhaseTrigger(ai, "loatheb", 0, "loatheb trigger") {}
|
||||
// };
|
||||
class LoathebTrigger : public Trigger
|
||||
{
|
||||
public:
|
||||
LoathebTrigger(PlayerbotAI* ai) : Trigger(ai, "loatheb"), helper(ai) {}
|
||||
bool IsActive() override;
|
||||
private:
|
||||
LoathebBossHelper helper;
|
||||
};
|
||||
|
||||
|
||||
// template BossEventTrigger<class boss_grobbulus::boss_grobbulusAI>;
|
||||
|
||||
Reference in New Issue
Block a user