Fix hunger for blood target

This commit is contained in:
Yunfan Li
2024-02-10 23:35:18 +08:00
parent f09d8d72f4
commit 87b274564f
3 changed files with 8 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ class CastHungerForBloodAction : public CastBuffSpellAction
{
public:
CastHungerForBloodAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "hunger for blood") { }
std::string const GetTargetName() override { return "current target"; }
};
class CastSprintAction : public CastBuffSpellAction