diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 0b77f1b51e9..1f0c27494e2 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3506,10 +3506,6 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->Targets |= TARGET_FLAG_UNIT; count++; break; - //case TARGET_TYPE_AREA_DST: - //case TARGET_TYPE_DEST_DEST: - // spellInfo->Targets |= TARGET_FLAG_DEST_LOCATION; - // break; } } |