More bot raid changes

This commit is contained in:
neckkola
2022-01-15 11:27:50 -04:00
parent 0d009a7a25
commit 37e9d419e6
7 changed files with 1555 additions and 53 deletions
+7
View File
@@ -31,6 +31,13 @@
bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint32 iSpellTypes) {
// Bot AI
Raid* raid = entity_list.GetRaidByBot(this);
if (raid) {
AI_CastSpell_Raid();
return true;
}
if (!tar) {
return false;
}