From c92d1463910a5f432d816b45f5da322ba2f6222d Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sat, 27 Dec 2008 18:07:22 +0300 Subject: [PATCH] [6954] Add some missing in 303 dbc charge count for mods Signed-off-by: DiSlord --- src/game/SpellAuras.cpp | 3 +++ src/shared/revision_nr.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e8fb6ccd6..e3e086441 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 014cf29cb..0b8b3a8dc 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 "6953" + #define REVISION_NR "6954" #endif // __REVISION_NR_H__