Jump to content

[9513][fix] Grievous Bite


Recommended Posts

Posted

MaNGOS 9465

SD2 1605

UDB 387

aura from spell http://www.wowhead.com/?spell=48920 should be removed as soon as target reach 100% HP

diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index c3c1c7d..2ea0fec 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -7076,6 +7076,7 @@ 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());

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use