Move HateLine to a better ID

This commit is contained in:
nytmyr
2024-12-05 23:46:37 -06:00
parent 9207be96d3
commit 625c1fb06b
3 changed files with 118 additions and 118 deletions
+1 -1
View File
@@ -1045,7 +1045,7 @@ std::list<BotSpell_wPriority> Bot::GetPrioritizedBotSpellsBySpellType(Bot* botCa
) {
continue;
}
if (spellType == debugSpellType) { LogTestDebugDetail("{} - #{}: [{} #{}] - {} says, '{} #{} - Passed TGB checks.'", __FILE__, __LINE__, botCaster->GetSpellTypeNameByID(spellType), spellType, botCaster->GetCleanName(), spells[botSpellList[i].spellid].name, botSpellList[i].spellid); }; //deleteme
if (!IsPBAESpell(botSpellList[i].spellid) && !botCaster->CastChecks(botSpellList[i].spellid, tar, spellType, false, IsAEBotSpellType(spellType))) {
continue;
}