[9031] Fixed: remove talent 44404 buff at spell mod apply triggering.

This commit is contained in:
VladimirMangos 2009-12-20 00:25:58 +03:00
parent f71c4bf3ae
commit 239dd33e22
2 changed files with 11 additions and 10 deletions

View file

@ -1381,15 +1381,16 @@ void Aura::HandleAddModifier(bool apply, bool Real)
// Add custom charges for some mod aura // Add custom charges for some mod aura
switch (m_spellProto->Id) switch (m_spellProto->Id)
{ {
case 17941: // Shadow Trance case 17941: // Shadow Trance
case 22008: // Netherwind Focus case 22008: // Netherwind Focus
case 31834: // Light's Grace case 31834: // Light's Grace
case 34754: // Clearcasting case 34754: // Clearcasting
case 34936: // Backlash case 34936: // Backlash
case 48108: // Hot Streak case 44401: // Missile Barrage
case 51124: // Killing Machine case 48108: // Hot Streak
case 54741: // Firestarter case 51124: // Killing Machine
case 57761: // Fireball! case 54741: // Firestarter
case 57761: // Fireball!
SetAuraCharges(1); SetAuraCharges(1);
break; break;
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9030" #define REVISION_NR "9031"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__