diff options
author | QAston <qaston@gmail.com> | 2011-08-17 12:00:20 +0200 |
---|---|---|
committer | QAston <qaston@gmail.com> | 2011-08-17 12:00:20 +0200 |
commit | ec95ead0ac3b4c3deaf697ce068fc325ba744e93 (patch) | |
tree | 2088eb6b13a54ac410b9e61452b5bf12279804a1 /src | |
parent | a44e1c505e39500be7bc6dd1b0c63c4cf5523fbc (diff) |
Fix build.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 59ba0119303..8202d0a05a8 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -54,7 +54,7 @@ SpellTargetSelectionCheckTypes SpellImplicitTargetInfo::GetSelectionCheckType() return _data[_target].SelectionCheckType; } -SpellTargetSelectionCheckTypes SpellImplicitTargetInfo::GetDirectionType() const +SpellTargetDirectionTypes SpellImplicitTargetInfo::GetDirectionType() const { return _data[_target].DirectionType; } |