*Script for quest "An End To All Things..."

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-17 22:34:18 -05:00
parent 7c2db4f2a9
commit 6701d3d24f
7 changed files with 89 additions and 4 deletions

View File

@@ -223,6 +223,11 @@ void UnitAI::SelectTargetList(std::list<Unit*> &targetList, uint32 num, SelectAg
}
}
float UnitAI::DoGetSpellMaxRange(uint32 spellId, bool positive)
{
return GetSpellMaxRange(spellId, positive);
}
void UnitAI::DoCast(uint32 spellId)
{
Unit *target = NULL;