mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Thunderstorm
This commit is contained in:
parent
30c46b59d0
commit
b96244b28f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user