From eacb8617991e3b592dc02f1a2a0f6e37f1458218 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 22 Mar 2009 11:41:30 -0600 Subject: *Fix build and typo. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; } } -- cgit v1.2.3