diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 31ec03ee2..48ff9dc0a 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6899,12 +6899,15 @@ void Aura::PeriodicTick() { case 43093: case 31956: case 38801: case 35321: case 38363: case 39215: + case 48920: + { if(m_target->GetHealth() == m_target->GetMaxHealth() ) { m_target->RemoveAurasDueToSpell(GetId()); return; } break; + } case 38772: { uint32 percent = diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9cc713574..8965cd2d5 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 "9512" + #define REVISION_NR "9513" #endif // __REVISION_NR_H__