add aehateline spell type

This commit is contained in:
nytmyr
2024-11-27 20:50:21 -06:00
parent f6cb63a89b
commit df6c6c3ea0
6 changed files with 41 additions and 23 deletions
+1
View File
@@ -2076,6 +2076,7 @@ uint8 Bot::GetChanceToCastBySpellType(uint16 spellType)
case BotSpellTypes::AELifetap:
case BotSpellTypes::AERoot:
case BotSpellTypes::PBAENuke:
case BotSpellTypes::AEHateLine:
return RuleI(Bots, PercentChanceToCastAEs);
case BotSpellTypes::GroupHeals:
case BotSpellTypes::GroupCompleteHeals: