From b96244b28fc4eb70f508982be59c007ed609dfc6 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Sun, 17 Dec 2023 17:46:00 +0800 Subject: [PATCH] Thunderstorm --- src/strategy/shaman/ShamanActions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strategy/shaman/ShamanActions.h b/src/strategy/shaman/ShamanActions.h index 3f7cb9f6..25799565 100644 --- a/src/strategy/shaman/ShamanActions.h +++ b/src/strategy/shaman/ShamanActions.h @@ -331,10 +331,10 @@ class CastLightningBoltAction : public CastSpellAction CastLightningBoltAction(PlayerbotAI* botAI) : CastSpellAction(botAI, "lightning bolt") { } }; -class CastThunderstormAction : public CastMeleeSpellAction +class CastThunderstormAction : public CastSpellAction { public: - CastThunderstormAction(PlayerbotAI* botAI) : CastMeleeSpellAction(botAI, "thunderstorm") { } + CastThunderstormAction(PlayerbotAI* botAI) : CastSpellAction(botAI, "thunderstorm") { } }; class CastHeroismAction : public CastBuffSpellAction