[Raid] Naxx grobbulus

This commit is contained in:
Yunfan Li
2024-06-05 19:37:39 +08:00
parent be3b2c82f8
commit d0ee39aa3a
5 changed files with 32 additions and 9 deletions

View File

@@ -234,6 +234,8 @@ class CastDeathAndDecayAction : public CastSpellAction
{
public:
CastDeathAndDecayAction(PlayerbotAI* botAI) : CastSpellAction(botAI, "death and decay") { }
ActionThreatType getThreatType() override { return ActionThreatType::Aoe; }
};
class CastHornOfWinterAction : public CastSpellAction