[9055] Fixed charge amount for spell 64823 to expected 1

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
tehmarto 2009-12-24 04:48:16 +03:00 committed by VladimirMangos
parent ce26fcf4aa
commit bfca1ca7fa
2 changed files with 2 additions and 1 deletions

View file

@ -1391,6 +1391,7 @@ void Aura::HandleAddModifier(bool apply, bool Real)
case 51124: // Killing Machine
case 54741: // Firestarter
case 57761: // Fireball!
case 64823: // Elune's Wrath (Balance druid t8 set
SetAuraCharges(1);
break;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9054"
#define REVISION_NR "9055"
#endif // __REVISION_NR_H__