diff options
| author | Traesh <Traesh@users.noreply.github.com> | 2021-08-15 11:09:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-15 11:09:46 +0200 |
| commit | fb6761c273d518eae6bab72fc9c2a2b6f93eec83 (patch) | |
| tree | c2dc8907691bf0da898a62448058df38892d9333 /src/server/game/Conditions/ConditionMgr.cpp | |
| parent | 4725941567f9dae583fc27b52b51a23aa84cd098 (diff) | |
Core/Spells Implement targets 133, 134, 135 : TARGET_UNIT_LINE_CASTER_TO_DEST_*** (#26786)
Diffstat (limited to 'src/server/game/Conditions/ConditionMgr.cpp')
| -rw-r--r-- | src/server/game/Conditions/ConditionMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.cpp b/src/server/game/Conditions/ConditionMgr.cpp index 10717ff302d..cb1fd600fa1 100644 --- a/src/server/game/Conditions/ConditionMgr.cpp +++ b/src/server/game/Conditions/ConditionMgr.cpp @@ -1759,6 +1759,7 @@ bool ConditionMgr::isSourceTypeValid(Condition* cond) const case TARGET_SELECT_CATEGORY_CONE: case TARGET_SELECT_CATEGORY_AREA: case TARGET_SELECT_CATEGORY_TRAJ: + case TARGET_SELECT_CATEGORY_LINE: continue; default: break; @@ -1770,6 +1771,7 @@ bool ConditionMgr::isSourceTypeValid(Condition* cond) const case TARGET_SELECT_CATEGORY_CONE: case TARGET_SELECT_CATEGORY_AREA: case TARGET_SELECT_CATEGORY_TRAJ: + case TARGET_SELECT_CATEGORY_LINE: continue; default: break; |
