diff options
author | megamage <none@none> | 2009-03-28 17:35:41 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-28 17:35:41 -0600 |
commit | 6d138d2e5ee2fe8b7f2fa667d4b4a30c247b9ab3 (patch) | |
tree | f4b0a98029df28fa3ec515025167a442b2a0f379 | |
parent | 85e497eb587a6eb85d82ce05855f07004d804508 (diff) |
[7567] Fix charges count for 51124 Author: miebaik
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellAuras.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 018d72a265a..8976aea2cb5 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1163,6 +1163,7 @@ void Aura::HandleAddModifier(bool apply, bool Real) case 34754: // Clearcasting case 34936: // Backlash case 48108: // Hot Streak + case 51124: // Killing Machine case 54741: // Firestarter case 57761: // Fireball! SetAuraCharges(1); |