end of day Jan 16

This commit is contained in:
neckkola
2022-01-17 10:00:25 -04:00
parent ec2e79c042
commit 26c12d46ef
3 changed files with 19 additions and 3 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint32 iSpellTypes) {
// Bot AI
Raid* raid = entity_list.GetRaidByBot(this);
if (raid) {
AICastSpell_Raid(tar, iChance, iSpellTypes);
return true;
return AICastSpell_Raid(tar, iChance, iSpellTypes);
//return true;
}
if (!tar) {