mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9055] Fixed charge amount for spell 64823 to expected 1
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ce26fcf4aa
commit
bfca1ca7fa
2 changed files with 2 additions and 1 deletions
|
|
@ -1391,6 +1391,7 @@ void Aura::HandleAddModifier(bool apply, bool Real)
|
||||||
case 51124: // Killing Machine
|
case 51124: // Killing Machine
|
||||||
case 54741: // Firestarter
|
case 54741: // Firestarter
|
||||||
case 57761: // Fireball!
|
case 57761: // Fireball!
|
||||||
|
case 64823: // Elune's Wrath (Balance druid t8 set
|
||||||
SetAuraCharges(1);
|
SetAuraCharges(1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9054"
|
#define REVISION_NR "9055"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue