mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[6967] Fix paladin seal and blessing family mask
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
53127cd6d9
commit
963c6e5cf7
3 changed files with 3 additions and 3 deletions
|
|
@ -176,7 +176,7 @@ SpellSpecific GetSpellSpecific(uint32 spellId)
|
|||
if (IsSealSpell(spellInfo))
|
||||
return SPELL_SEAL;
|
||||
|
||||
if (spellInfo->SpellFamilyFlags & 0x10000100LL)
|
||||
if (spellInfo->SpellFamilyFlags & 0x0000000011010002LL)
|
||||
return SPELL_BLESSING;
|
||||
|
||||
if ((spellInfo->SpellFamilyFlags & 0x00000820180400LL) && (spellInfo->AttributesEx3 & 0x200))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue