aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Spell.cpp1
-rw-r--r--src/game/SpellMgr.cpp1
-rw-r--r--src/shared/revision.h4
3 files changed, 2 insertions, 4 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index af32b98a821..f1832cb09f6 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1461,7 +1461,6 @@ void Spell::SetTargetMap(uint32 i,uint32 cur,std::list<Unit*> &TagUnitMap)
case TARGET_UNIT_TARGET_RAID:
case TARGET_UNIT_TARGET_ANY: // SelectMagnetTarget()?
case TARGET_UNIT_TARGET_PARTY:
- case TARGET_UNIT_SINGLE_UNKNOWN:
TagUnitMap.push_back(target);
break;
case TARGET_UNIT_PARTY_TARGET:
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 0f090c78525..cec5472d43b 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -103,7 +103,6 @@ SpellMgr::SpellMgr()
case TARGET_UNIT_TARGET_ALLY:
case TARGET_UNIT_TARGET_RAID:
case TARGET_UNIT_TARGET_ANY:
- case TARGET_UNIT_SINGLE_UNKNOWN:
case TARGET_UNIT_TARGET_ENEMY:
case TARGET_UNIT_TARGET_PARTY:
case TARGET_UNIT_PARTY_TARGET:
diff --git a/src/shared/revision.h b/src/shared/revision.h
index fcfb3898983..1d590b1e7c0 100644
--- a/src/shared/revision.h
+++ b/src/shared/revision.h
@@ -1,7 +1,7 @@
#ifndef __REVISION_H__
#define __REVISION_H__
- #define _REVISION "1087"
- #define _HASH "89fbd8b03c1a"
+ #define _REVISION "1091"
+ #define _HASH "88c4b2b6b9a2"
#define _REVISION_DATE "*"
#define _REVISION_TIME "*"
#endif // __REVISION_H__