diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e8fb6ccd6..e3e086441 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1204,7 +1204,10 @@ void Aura::HandleAddModifier(bool apply, bool Real) { case 17941: // Shadow Trance case 22008: // Netherwind Focus + case 31834: // Light's Grace + case 34754: // Clearcasting case 34936: // Backlash + case 48108: // Hot Streak m_procCharges = 1; break; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 014cf29cb..0b8b3a8dc 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 "6953" + #define REVISION_NR "6954" #endif // __REVISION_NR_H__