From 7acd60100f69b5a27f975ff7043af578c9050799 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 10 Jun 2024 19:26:02 +0800 Subject: [PATCH] [Class spell] Paryer of healing trigger --- src/strategy/priest/HealPriestStrategy.cpp | 5 +++-- src/strategy/priest/HolyPriestStrategy.cpp | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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",