*Add SpellCasterAI as a framework for casting only units (like ebon gargoyle or mirror image.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-08-06 23:10:36 +02:00
parent 91885a7790
commit 50c73d433c
8 changed files with 80 additions and 48 deletions

View File

@@ -325,6 +325,10 @@ void UnitAI::FillAISpellInfo()
}
}
}
AIInfo->realCooldown = spellInfo->RecoveryTime + spellInfo->StartRecoveryTime;
SpellRangeEntry const* srange = sSpellRangeStore.LookupEntry(spellInfo->rangeIndex);
if (srange)
AIInfo->maxRange = srange->maxRangeHostile * 3 / 4;
}
}