diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 4b71ccc90..f92476197 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2623,10 +2623,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real) case 57934: // Tricks of the Trade, main spell { if (apply) - GetHolder()->SetAuraCharges(1); // not have proper chnarges set in spell data + GetHolder()->SetAuraCharges(1); // not have proper charges set in spell data else { - // used for direct in code aura removes and rpoc event charges expire + // used for direct in code aura removes and spell proc event charges expire if (m_removeMode != AURA_REMOVE_BY_DEFAULT) target->getHostileRefManager().ResetThreatRedirection(); } @@ -2643,7 +2643,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real) GetHolder()->SetAuraCharges(1); // not have proper charges set in spell data else { - // used for direct in code aura removes and rpoc event charges expire + // used for direct in code aura removes and spell proc event charges expire if (m_removeMode != AURA_REMOVE_BY_DEFAULT) target->getHostileRefManager().ResetThreatRedirection(); } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 108ed6a11..766273193 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 "10467" + #define REVISION_NR "10468" #endif // __REVISION_NR_H__