paladin seal

This commit is contained in:
Yunfan Li
2023-08-28 19:04:13 +08:00
parent 9efec9b325
commit b97876dbc2
8 changed files with 65 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ class CrusaderAuraTrigger : public BuffTrigger
class SealTrigger : public BuffTrigger
{
public:
SealTrigger(PlayerbotAI* botAI) : BuffTrigger(botAI, "seal of justice") { }
SealTrigger(PlayerbotAI* botAI) : BuffTrigger(botAI, "seal") { }
bool IsActive() override;
};