mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
end of day Jan 16
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user