aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-22 22:21:25 +0100
committerQAston <none@none>2009-03-22 22:21:25 +0100
commit36ccfd416820ca87ac6bf0ce7c59b52eace0884e (patch)
tree902fd9af2188b1f92e1519d825b95f5058616d97 /src/game/SpellMgr.cpp
parent25c13e0d62ad9987eb9bf5a3d863791e6f148d33 (diff)
*Fix kill command-by pasdVn.
*Fix tidal force. --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 9a9682a1b16..e42e5dc4488 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -2395,11 +2395,6 @@ void SpellMgr::LoadSpellCustomAttr()
if(spellInfo->SpellFamilyFlags[2] & 0x100)
spellInfo->MaxAffectedTargets = 2;
break;
- case SPELLFAMILY_PRIEST:
- // Penance
- if (spellInfo->SpellFamilyFlags[1] & 0x800000)
- spellInfo->AttributesEx5 |= SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY;
- break;
}
}
}