[7567] Fix charges count for 51124

Signed-off-by: miebaik <miebaik@getmangos.com>
This commit is contained in:
miebaik 2009-03-28 14:25:47 +03:00 committed by DiSlord
parent bdf6667db8
commit e3b938ba5a
2 changed files with 2 additions and 1 deletions

View file

@ -1248,6 +1248,7 @@ void Aura::HandleAddModifier(bool apply, bool Real)
case 34754: // Clearcasting case 34754: // Clearcasting
case 34936: // Backlash case 34936: // Backlash
case 48108: // Hot Streak case 48108: // Hot Streak
case 51124: // Killing Machine
case 54741: // Firestarter case 54741: // Firestarter
case 57761: // Fireball! case 57761: // Fireball!
SetAuraCharges(1); SetAuraCharges(1);

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 "7566" #define REVISION_NR "7567"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__