aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-01 16:15:41 -0600
committermegamage <none@none>2009-02-01 16:15:41 -0600
commit6d6cddbee0801c68ee760dcb1ad0c962d7d5d05e (patch)
tree03ad46002f969ddc886c4623756ac78fd787fd6b
parentdb8301ce633e0009d9e528794f63be67095c7a7f (diff)
Set only one charge for 54741 mage spell
Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
-rw-r--r--src/game/SpellAuras.cpp1
1 files changed, 1 insertions, 0 deletions
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;