From e79d46e499a4602e2ebc5ebb058fc056ecffe2bb Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 30 Jun 2011 00:49:10 +0200 Subject: Core/Spells: Correctly define TARGET_UNIT_NEARBY_PARTY(3) and TARGET_UNIT_NEARBY_ALLY(4) target types. --- src/server/game/Spells/SpellMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/Spells/SpellMgr.cpp') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 96b37beb641..0c014509804 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -134,8 +134,8 @@ SpellMgr::SpellMgr() break; case TARGET_UNIT_NEARBY_ENEMY: case TARGET_UNIT_NEARBY_ALLY: - case TARGET_UNIT_NEARBY_ALLY_UNK: case TARGET_UNIT_NEARBY_ENTRY: + case TARGET_UNIT_NEARBY_PARTY: case TARGET_UNIT_NEARBY_RAID: case TARGET_GAMEOBJECT_NEARBY_ENTRY: SpellTargetType[i] = TARGET_TYPE_UNIT_NEARBY; -- cgit v1.2.3