From 419f86e9391c56267bd3f7ddd800e6fb451e5364 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Sat, 31 Jan 2009 20:33:59 +0300 Subject: [PATCH] Set only one charge for 54741 mage spell Signed-off-by: DiSlord --- src/game/SpellAuras.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 1de12cc35..6a5721052 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1226,6 +1226,7 @@ void Aura::HandleAddModifier(bool apply, bool Real) case 34754: // Clearcasting case 34936: // Backlash case 48108: // Hot Streak + case 54741: // Firestarter case 57761: // Fireball! SetAuraCharges(1); break;