mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[11279] Remove aura 53031 at 53039 aura removal.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
0751a35342
commit
681159656b
2 changed files with 7 additions and 1 deletions
|
|
@ -2461,6 +2461,12 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
case 53039: // Deploy Parachute
|
||||||
|
{
|
||||||
|
// Crusader Parachute
|
||||||
|
target->RemoveAurasDueToSpell(53031);
|
||||||
|
return;
|
||||||
|
}
|
||||||
case 53790: // Defensive Stance
|
case 53790: // Defensive Stance
|
||||||
{
|
{
|
||||||
// Defensive Aura
|
// Defensive Aura
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11278"
|
#define REVISION_NR "11279"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue