mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +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;
|
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
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue