diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 7388e793b..942e8e58d 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1248,6 +1248,7 @@ void Aura::HandleAddModifier(bool apply, bool Real) case 34754: // Clearcasting case 34936: // Backlash case 48108: // Hot Streak + case 51124: // Killing Machine case 54741: // Firestarter case 57761: // Fireball! SetAuraCharges(1); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 24fd8357b..218ba7317 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 "7566" + #define REVISION_NR "7567" #endif // __REVISION_NR_H__