[6954] Add some missing in 303 dbc charge count for mods

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2008-12-27 18:07:22 +03:00
parent 9c5dab1248
commit c92d146391
2 changed files with 4 additions and 1 deletions

View file

@ -1204,7 +1204,10 @@ void Aura::HandleAddModifier(bool apply, bool Real)
{
case 17941: // Shadow Trance
case 22008: // Netherwind Focus
case 31834: // Light's Grace
case 34754: // Clearcasting
case 34936: // Backlash
case 48108: // Hot Streak
m_procCharges = 1;
break;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6953"
#define REVISION_NR "6954"
#endif // __REVISION_NR_H__