mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +00:00
[c12548] Compilefix
Signed-off-by: Dramacydal <PulLumBerMal@gmail.com>
This commit is contained in:
parent
0cac3be04c
commit
41dda7eee7
2 changed files with 3 additions and 3 deletions
|
|
@ -9339,9 +9339,9 @@ bool SpellAuraHolder::IsNeedVisibleSlot(Unit const* caster) const
|
|||
return true;
|
||||
else if (IsSpellHaveAura(m_spellProto, SPELL_AURA_ALLOW_CAST_WHILE_MOVING))
|
||||
return true;
|
||||
else if (IsSpellHaveAura(SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS))
|
||||
else if (IsSpellHaveAura(m_spellProto, SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS))
|
||||
return true;
|
||||
else if (IsSpellHaveAura(SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS_2))
|
||||
else if (IsSpellHaveAura(m_spellProto, SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS_2))
|
||||
return true;
|
||||
|
||||
// passive auras (except totem auras) do not get placed in the slots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue