Skip to content

Commit

Permalink
- Paladin: Retribution paladin no longer cast flash of light when art…
Browse files Browse the repository at this point in the history
… of war proc
  • Loading branch information
kadeshar authored and celguar committed Aug 18, 2023
1 parent d2b607a commit 5e598c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions playerbot/strategy/paladin/RetributionPaladinStrategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1041,11 +1041,7 @@ void RetributionPaladinStrategy::InitCombatTriggers(std::list<TriggerNode*>& tri

triggers.push_back(new TriggerNode(
"art of war",
NextAction::array(0, new NextAction("exorcism", ACTION_HIGH + 3), NULL)));

triggers.push_back(new TriggerNode(
"art of war",
NextAction::array(0, new NextAction("flash of light", ACTION_HIGH + 2), NULL)));
NextAction::array(0, new NextAction("exorcism", ACTION_HIGH + 2), NULL)));

triggers.push_back(new TriggerNode(
"low mana",
Expand Down

0 comments on commit 5e598c9

Please sign in to comment.