More raid spell work

This commit is contained in:
neckkola
2022-01-16 20:22:56 -04:00
parent 37e9d419e6
commit ec2e79c042
4 changed files with 1085 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint32 iSpellTypes) {
// Bot AI
Raid* raid = entity_list.GetRaidByBot(this);
if (raid) {
AI_CastSpell_Raid();
AICastSpell_Raid(tar, iChance, iSpellTypes);
return true;
}