diff options
author | QAston <qaston@gmail.com> | 2011-08-24 10:35:41 +0200 |
---|---|---|
committer | QAston <qaston@gmail.com> | 2011-08-24 10:35:41 +0200 |
commit | 5cd4f9e51397b9f0745a6f9e1a76c20ddb4e6e9c (patch) | |
tree | 26f7c1933fe0c3c78e7ff65a4e0403196787b475 /src | |
parent | 1178cee836c1d230ad1f8fb1bf8b64d61149ff3d (diff) |
Core/Spells: fix TARGET_DEST_TARGET_* targets after 7f30ac5a9549746d19af
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 3f4af08f10c..56ec382ffc3 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -152,6 +152,7 @@ uint32 SpellImplicitTargetInfo::GetExplicitTargetMask(bool& srcSet, bool& dstSet break; case TARGET_OBJECT_TYPE_UNIT_AND_DEST: case TARGET_OBJECT_TYPE_UNIT: + case TARGET_OBJECT_TYPE_DEST: switch (GetSelectionCheckType()) { case TARGET_SELECT_CHECK_ENEMY: |