[11279] Remove aura 53031 at 53039 aura removal.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-03-24 08:27:20 +01:00
parent 0751a35342
commit 681159656b
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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__