Add PercentChanceToCastGroupCure

This commit is contained in:
nytmyr
2024-12-20 09:33:47 -06:00
parent fbecac0938
commit 54b9825537
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -2094,6 +2094,8 @@ uint8 Bot::GetChanceToCastBySpellType(uint16 spellType)
return RuleI(Bots, PercentChanceToCastDebuff);
case BotSpellTypes::Cure:
return RuleI(Bots, PercentChanceToCastCure);
case BotSpellTypes::GroupCures:
return RuleI(Bots, PercentChanceToCastGroupCure);
case BotSpellTypes::HateRedux:
return RuleI(Bots, PercentChanceToCastHateRedux);
case BotSpellTypes::Fear: