From 6d6cddbee0801c68ee760dcb1ad0c962d7d5d05e Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 1 Feb 2009 16:15:41 -0600 Subject: Set only one charge for 54741 mage spell Signed-off-by: DiSlord --HG-- branch : trunk --- src/game/SpellAuras.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 4c37b2c2251..fd2ce34a3db 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1112,6 +1112,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; -- cgit v1.2.3