[c12548] Compilefix

Signed-off-by: Dramacydal <PulLumBerMal@gmail.com>
This commit is contained in:
Dramacydal 2013-03-26 13:12:45 +03:00 committed by Antz
parent 0cac3be04c
commit 41dda7eee7
2 changed files with 3 additions and 3 deletions

View file

@ -9339,9 +9339,9 @@ bool SpellAuraHolder::IsNeedVisibleSlot(Unit const* caster) const
return true; return true;
else if (IsSpellHaveAura(m_spellProto, SPELL_AURA_ALLOW_CAST_WHILE_MOVING)) else if (IsSpellHaveAura(m_spellProto, SPELL_AURA_ALLOW_CAST_WHILE_MOVING))
return true; return true;
else if (IsSpellHaveAura(SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS)) else if (IsSpellHaveAura(m_spellProto, SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS))
return true; return true;
else if (IsSpellHaveAura(SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS_2)) else if (IsSpellHaveAura(m_spellProto, SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS_2))
return true; return true;
// passive auras (except totem auras) do not get placed in the slots // passive auras (except totem auras) do not get placed in the slots

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "12547" #define REVISION_NR "12548"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__