diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 3a19b613f..90c00c5fc 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1381,15 +1381,16 @@ void Aura::HandleAddModifier(bool apply, bool Real) // Add custom charges for some mod aura switch (m_spellProto->Id) { - case 17941: // Shadow Trance - case 22008: // Netherwind Focus - case 31834: // Light's Grace - case 34754: // Clearcasting - case 34936: // Backlash - case 48108: // Hot Streak - case 51124: // Killing Machine - case 54741: // Firestarter - case 57761: // Fireball! + case 17941: // Shadow Trance + case 22008: // Netherwind Focus + case 31834: // Light's Grace + case 34754: // Clearcasting + case 34936: // Backlash + case 44401: // Missile Barrage + case 48108: // Hot Streak + case 51124: // Killing Machine + case 54741: // Firestarter + case 57761: // Fireball! SetAuraCharges(1); break; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4085c7e08..2cf41f13b 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 "9030" + #define REVISION_NR "9031" #endif // __REVISION_NR_H__