diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 67a83887a..aebaf8a42 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6164,6 +6164,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply) } else return; + break; } switch(GetId()) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 6885ea1bf..5ba19809c 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 "9845" + #define REVISION_NR "9846" #endif // __REVISION_NR_H__