- Added Blessing of Sanctuary to paladin health buff strategy (#1345)

- Removed Blessing of Sanctuary from paladin dps buff strategy
- Added health buff strategy as default for protection paladin
This commit is contained in:
kadeshar
2025-06-06 12:10:45 +02:00
committed by GitHub
parent 9986469042
commit fc6309c521
7 changed files with 67 additions and 33 deletions

View File

@@ -531,7 +531,7 @@ void AiFactory::AddDefaultNonCombatStrategies(Player* player, PlayerbotAI* const
nonCombatEngine->addStrategiesNoInit("bthreat", "tank assist", "barmor", nullptr);
if (player->GetLevel() >= 20)
{
nonCombatEngine->addStrategy("bstats", false);
nonCombatEngine->addStrategy("bhealth", false);
}
else
{