From 239dd33e22e973f418b110f4f0a1ef0bb4c4ead4 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Sun, 20 Dec 2009 00:25:58 +0300 Subject: [PATCH] [9031] Fixed: remove talent 44404 buff at spell mod apply triggering. --- src/game/SpellAuras.cpp | 19 ++++++++++--------- src/shared/revision_nr.h | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) 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__