[Bots] Add AEHateLine to HateLine ParentType (#4678)

This commit is contained in:
nytmyr 2025-02-15 15:00:54 -06:00 committed by GitHub
parent fd3f5cfd29
commit 8a5f885558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11527,11 +11527,12 @@ uint16 Bot::GetParentSpellType(uint16 spell_type) {
case BotSpellTypes::AELull:
case BotSpellTypes::Lull:
return BotSpellTypes::Lull;
case BotSpellTypes::HateLine:
case BotSpellTypes::AEHateLine:
return BotSpellTypes::HateLine;
case BotSpellTypes::Charm:
case BotSpellTypes::Escape:
case BotSpellTypes::HateRedux:
case BotSpellTypes::HateLine:
case BotSpellTypes::AEHateLine:
case BotSpellTypes::InCombatBuff:
case BotSpellTypes::InCombatBuffSong:
case BotSpellTypes::OutOfCombatBuffSong: