Revert "Paladins use Greater Blessings"

This commit is contained in:
Yunfan Li
2025-01-04 21:24:12 +08:00
committed by GitHub
parent 7c8c20b365
commit b0b3fef222
18 changed files with 10 additions and 719 deletions

View File

@@ -424,13 +424,4 @@ public:
bool Execute(Event event) override;
bool isUseful() override;
};
class CastGreaterBlessingAction : public Action
{
public:
CastGreaterBlessingAction(PlayerbotAI* botAI) : Action(botAI, "cast greater blessing") { }
bool Execute(Event event) override;
};
#endif