diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 942e8e58d..2e5fc30fe 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2253,7 +2253,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real) mod->value = m_modifier.m_amount; mod->type = SPELLMOD_PCT; mod->spellId = GetId(); - mod->mask = 0x0000000200000000LL; + mod->mask = 0x0000200000000000LL; mod->mask2= 0LL; m_spellmod = mod; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 08e723c29..712a07836 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7573" + #define REVISION_NR "7574" #endif // __REVISION_NR_H__