diff options
author | megamage <none@none> | 2009-08-17 22:34:18 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-17 22:34:18 -0500 |
commit | 6701d3d24f80e876aecca9b2086e06464f67fce8 (patch) | |
tree | 1b10a7e69d49643b5b586be78b3095e4bd885604 /src/game/UnitAI.cpp | |
parent | 7c2db4f2a9c55869c44b848fef9daf43091e981e (diff) |
*Script for quest "An End To All Things..."
--HG--
branch : trunk
Diffstat (limited to 'src/game/UnitAI.cpp')
-rw-r--r-- | src/game/UnitAI.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/UnitAI.cpp b/src/game/UnitAI.cpp index a41ad894097..0f00cd356f2 100644 --- a/src/game/UnitAI.cpp +++ b/src/game/UnitAI.cpp @@ -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; |