mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-01 01:43:48 +00:00
Unholy DK
This commit is contained in:
@@ -139,10 +139,10 @@ class FreezingFogTrigger : public HasAuraTrigger
|
||||
FreezingFogTrigger(PlayerbotAI* botAI) : HasAuraTrigger(botAI, "freezing fog") { }
|
||||
};
|
||||
|
||||
class DesolationTrigger : public HasAuraTrigger
|
||||
class DesolationTrigger : public BuffTrigger
|
||||
{
|
||||
public:
|
||||
DesolationTrigger(PlayerbotAI* botAI) : HasAuraTrigger(botAI, "desolation") { }
|
||||
DesolationTrigger(PlayerbotAI* botAI) : BuffTrigger(botAI, "desolation") { }
|
||||
bool IsActive() override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user