From e854fd34d2e75cb7381af8922009622c22b3f16a Mon Sep 17 00:00:00 2001 From: tobmaps Date: Thu, 16 Jun 2011 00:54:42 +0700 Subject: Core/Spells: effects with target mode TARGET_UNIT_AREA_PATH should be negative Closes #434 Closes #729 Closes #1104 Closes #1840 --- src/server/game/Spells/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 87c5c584f4d..656e5ac9ab5 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -740,6 +740,7 @@ bool IsPositiveTarget(uint32 targetA, uint32 targetB) case TARGET_UNIT_AREA_ENEMY_SRC: case TARGET_UNIT_AREA_ENEMY_DST: case TARGET_UNIT_CONE_ENEMY: + case TARGET_UNIT_AREA_PATH: case TARGET_DEST_DYNOBJ_ENEMY: case TARGET_DST_TARGET_ENEMY: return false; -- cgit v1.2.3