mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-22 13:06:23 +00:00
[Spell] Fix alternative healing spell
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
creators["medium aoe heal"] = &TriggerContext::medium_aoe_heal;
|
||||
creators["almost full aoe heal"] = &TriggerContext::almost_full_aoe_heal;
|
||||
|
||||
creators["group heal occasion"] = &TriggerContext::group_heal_occasion;
|
||||
creators["group heal setting"] = &TriggerContext::group_heal_occasion;
|
||||
creators["medium group heal occasion"] = &TriggerContext::medium_group_heal_occasion;
|
||||
creators["invalid target"] = &TriggerContext::invalid_target;
|
||||
creators["lfg proposal active"] = &TriggerContext::lfg_proposal_active;
|
||||
@@ -246,7 +246,7 @@ private:
|
||||
}
|
||||
static Trigger* group_heal_occasion(PlayerbotAI* ai)
|
||||
{
|
||||
return new AoeInGroupTrigger(ai, "group heal occasion", "almost full");
|
||||
return new AoeInGroupTrigger(ai, "group heal setting", "almost full");
|
||||
}
|
||||
static Trigger* medium_group_heal_occasion(PlayerbotAI* ai)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user