diff options
author | megamage <none@none> | 2008-12-28 16:39:59 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-28 16:39:59 -0600 |
commit | 9c749f74693f94e724f22a012b00ee59954d1acb (patch) | |
tree | 14fad975b094f68a5249ea821ae989a6c9520e96 /src/game/SpellMgr.h | |
parent | 2d25493b8b847745c9bb5179c9a301e49effff65 (diff) |
*Update to Mangos 6967.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.h')
-rw-r--r-- | src/game/SpellMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index a37d219743f..e65d0bb9681 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -337,7 +337,7 @@ inline bool IsSealSpell(SpellEntry const *spellInfo) { //Collection of all the seal family flags. No other paladin spell has any of those. return spellInfo->SpellFamilyName == SPELLFAMILY_PALADIN && - ( spellInfo->SpellFamilyFlags & 0x4000A000200LL ); + ( spellInfo->SpellFamilyFlags & 0x26000C000A000000LL ); } inline bool IsElementalShield(SpellEntry const *spellInfo) |