From 681159656b1ba1ce2ff09843c7a775580df00bb4 Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Thu, 24 Mar 2011 08:27:20 +0100 Subject: [PATCH] [11279] Remove aura 53031 at 53039 aura removal. Signed-off-by: NoFantasy --- src/game/SpellAuras.cpp | 6 ++++++ src/shared/revision_nr.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 7f12be303..cbb7a7309 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2461,6 +2461,12 @@ void Aura::HandleAuraDummy(bool apply, bool Real) return; } + case 53039: // Deploy Parachute + { + // Crusader Parachute + target->RemoveAurasDueToSpell(53031); + return; + } case 53790: // Defensive Stance { // Defensive Aura diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 31cde7368..ccf522424 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11278" + #define REVISION_NR "11279" #endif // __REVISION_NR_H__