mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-13 23:33:47 +00:00
[Spell] Fix alternative healing spell
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
creators["lesser heal on party"] = &lesser_heal_on_party;
|
||||
creators["flash heal"] = &flash_heal;
|
||||
creators["flash heal on party"] = &flash_heal_on_party;
|
||||
creators["circle of healing"] = &circle_of_healing;
|
||||
creators["circle of healing on party"] = &circle_of_healing;
|
||||
creators["prayer of fortitude on party"] = &prayer_of_fortitude_on_party;
|
||||
creators["prayer of spirit on party"] = &prayer_of_spirit_on_party;
|
||||
}
|
||||
@@ -128,7 +128,7 @@ private:
|
||||
}
|
||||
static ActionNode* circle_of_healing(PlayerbotAI* ai)
|
||||
{
|
||||
return new ActionNode("circle of healing",
|
||||
return new ActionNode("circle of healing on party",
|
||||
/*P*/ NextAction::array(0, new NextAction("remove shadowform"), NULL),
|
||||
// /*A*/ NextAction::array(0, new NextAction("flash heal on party"), NULL),
|
||||
/*A*/ NULL,
|
||||
|
||||
Reference in New Issue
Block a user