diff --git a/src/strategy/priest/HealPriestStrategy.cpp b/src/strategy/priest/HealPriestStrategy.cpp index 744d451d..53998500 100644 --- a/src/strategy/priest/HealPriestStrategy.cpp +++ b/src/strategy/priest/HealPriestStrategy.cpp @@ -41,8 +41,9 @@ void HealPriestStrategy::InitTriggers(std::vector& triggers) triggers.push_back(new TriggerNode( "medium group heal occasion", NextAction::array(0, - new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 6), - new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 5), nullptr))); + new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 6), + new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 5), + nullptr))); triggers.push_back(new TriggerNode( "party member critical health", diff --git a/src/strategy/priest/HolyPriestStrategy.cpp b/src/strategy/priest/HolyPriestStrategy.cpp index 50430929..27d3d1d7 100644 --- a/src/strategy/priest/HolyPriestStrategy.cpp +++ b/src/strategy/priest/HolyPriestStrategy.cpp @@ -66,8 +66,9 @@ void HolyHealPriestStrategy::InitTriggers(std::vector& triggers) triggers.push_back(new TriggerNode( "medium group heal occasion", NextAction::array(0, - new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 6), - new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 5), nullptr))); + new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 6), + new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 5), + nullptr))); triggers.push_back(new TriggerNode( "party member critical health",