mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[7567] Fix charges count for 51124
Signed-off-by: miebaik <miebaik@getmangos.com>
This commit is contained in:
parent
bdf6667db8
commit
e3b938ba5a
2 changed files with 2 additions and 1 deletions
|
|
@ -1248,6 +1248,7 @@ void Aura::HandleAddModifier(bool apply, bool Real)
|
||||||
case 34754: // Clearcasting
|
case 34754: // Clearcasting
|
||||||
case 34936: // Backlash
|
case 34936: // Backlash
|
||||||
case 48108: // Hot Streak
|
case 48108: // Hot Streak
|
||||||
|
case 51124: // Killing Machine
|
||||||
case 54741: // Firestarter
|
case 54741: // Firestarter
|
||||||
case 57761: // Fireball!
|
case 57761: // Fireball!
|
||||||
SetAuraCharges(1);
|
SetAuraCharges(1);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7566"
|
#define REVISION_NR "7567"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue