From 7fba8b910f79d273952665b5b59d4c5335cd7661 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 18 Aug 2020 11:10:43 +0200 Subject: [PATCH] fix(#2147): enrage and some false-negative spells (#3153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Francesco Borzì Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- src/server/game/Spells/SpellInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 4c31871fc..962be7044 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -2780,6 +2780,7 @@ bool SpellInfo::_IsPositiveTarget(uint32 targetA, uint32 targetB) case TARGET_UNIT_SRC_AREA_ENEMY: case TARGET_UNIT_DEST_AREA_ENEMY: case TARGET_UNIT_CONE_ENEMY_24: + case TARGET_UNIT_CONE_ENEMY_54: case TARGET_UNIT_CONE_ENEMY_104: case TARGET_DEST_DYNOBJ_ENEMY: case TARGET_DEST_TARGET_ENEMY: