aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-22 11:41:30 -0600
committermegamage <none@none>2009-03-22 11:41:30 -0600
commiteacb8617991e3b592dc02f1a2a0f6e37f1458218 (patch)
tree5c983f06862c49b4e892702627dec221d2260334 /src
parent708449298efbf50783c6cf09fbea22196c7bd315 (diff)
*Fix build and typo.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index fcde116a71e..9a9682a1b16 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -2397,8 +2397,8 @@ void SpellMgr::LoadSpellCustomAttr()
break;
case SPELLFAMILY_PRIEST:
// Penance
- if (spellInfo->SpellFamilyFlags[1] & 800000)
- m_spellProto->AttributesEx5 | SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY;
+ if (spellInfo->SpellFamilyFlags[1] & 0x800000)
+ spellInfo->AttributesEx5 |= SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY;
break;
}
}