diff options
| author | megamage <none@none> | 2009-04-22 18:02:41 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-22 18:02:41 -0500 |
| commit | 0f57808238ae7003d95247bbba3c243b1f0b2b71 (patch) | |
| tree | 228e53980347f93c00f598f9bdfb13f90c63fccc /src/game/Spell.cpp | |
| parent | 7b2443c1f9f3904e52e6ec4c4eb1daf0830542e7 (diff) | |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
| -rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index a312e627090..fde1b8e3fdb 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1434,7 +1434,7 @@ void Spell::SearchChainTarget(std::list<Unit*> &TagUnitMap, float max_range, uin } } -void Spell::SearchAreaTarget(std::list<Unit*> &TagUnitMap, float radius, const uint32 &type, SpellTargets TargetType, uint32 entry) +void Spell::SearchAreaTarget(std::list<Unit*> &TagUnitMap, float radius, SpellNotifyPushType type, SpellTargets TargetType, uint32 entry) { float x, y, z; if(type == PUSH_DEST_CENTER) |
