Fehler #14563
geschlossenFehler #4059: [Paladin] - Hauptticket
[Paladin] Hand der Abrechnung
Der Zauber "Hand der Abrechnung" vom Paladin, macht nun korrekt Schaden an Begleitern.
Beschreibung
Der Skill des Palas "Hand der Abrechnung" (SpellID=62124) sollte im PvP Schaden auf Pets machen. Im Moment wird nur der Debuff auf das Pet aufgetragen, Schaden wird allerdings keiner verursacht.
Quelle mit Fix:
https://github.com/TrinityCore/TrinityCore/issues/9068:
_"Bug: The Paladin Spell Hand Of Reckoning should deal damage to targets which can be taunted and are not currently targeting you . It currently works only for creatures that are not controlled by the player . That should not happen , the spell should also work for creatures that the player controls . When you cast the spell on a pet that the player controls the pet will only receives the taunt effect and not the damage .
Currently the code is only 2 lines in spelleffects.cpp
if (m_spellInfo->Id == 62124)
m_caster->CastSpell(unitTarget, 67485, true);
The first id is the taunt effect , the second one is the damage._
http://www.arenajunkies.com/topic/90209-paladin-hand-of-reckoning-macro/ (5. Kommentar)