mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[9031] Fixed: remove talent 44404 buff at spell mod apply triggering.
This commit is contained in:
parent
f71c4bf3ae
commit
239dd33e22
2 changed files with 11 additions and 10 deletions
|
|
@ -1386,6 +1386,7 @@ void Aura::HandleAddModifier(bool apply, bool Real)
|
||||||
case 31834: // Light's Grace
|
case 31834: // Light's Grace
|
||||||
case 34754: // Clearcasting
|
case 34754: // Clearcasting
|
||||||
case 34936: // Backlash
|
case 34936: // Backlash
|
||||||
|
case 44401: // Missile Barrage
|
||||||
case 48108: // Hot Streak
|
case 48108: // Hot Streak
|
||||||
case 51124: // Killing Machine
|
case 51124: // Killing Machine
|
||||||
case 54741: // Firestarter
|
case 54741: // Firestarter
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9030"
|
#define REVISION_NR "9031"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue