Jump to content

[fix][7955] Fel Sinergy


Guest Lightguard

Recommended Posts

"2"

- Fixes the currently incorrect healing of the spell.

"2"

- 7894

"2"

- Didn't find any.

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index a5a7917..511704e 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5094,8 +5094,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
                target = GetPet();
                if (!target)
                    return false;
+                basepoints0 = damage * 15 / 100;
                triggered_spell_id = 54181;
-                basepoints0 = damage * triggerAmount / 100;
                break;
            }
            switch(dummySpell->Id)

Patchfile

Link to comment
Share on other sites

×
×
  • 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