Enchance shaman healer

This commit is contained in:
Yunfan Li
2024-03-25 19:14:47 +08:00
parent 953e4acdee
commit 0819f5c46c
3 changed files with 12 additions and 12 deletions

View File

@@ -147,7 +147,7 @@ class CastStrengthOfEarthTotemAction : public CastTotemAction
class CastManaSpringTotemAction : public CastTotemAction
{
public:
CastManaSpringTotemAction(PlayerbotAI* botAI) : CastTotemAction(botAI, "mana spring totem", "mana spring", 20.0f) { }
CastManaSpringTotemAction(PlayerbotAI* botAI) : CastTotemAction(botAI, "mana spring totem", "mana spring", 0.0f) { }
bool isUseful() override;
};