Skip to content

Commit

Permalink
Make protection paladins use seal of wisdom earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
davidonete committed Jan 24, 2024
1 parent 6fdd9db commit f905406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerbot/strategy/paladin/ProtectionPaladinStrategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void ProtectionPaladinStrategy::InitCombatTriggers(std::list<TriggerNode*>& trig
NextAction::array(0, new NextAction("holy shield", ACTION_HIGH + 3), NULL)));

triggers.push_back(new TriggerNode(
"low mana",
"medium mana",
NextAction::array(0, new NextAction("seal of wisdom", ACTION_HIGH + 1), NULL)));

triggers.push_back(new TriggerNode(
Expand Down

0 comments on commit f905406

Please sign in to comment.