[10468] Typos in comments in recent patches.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Patman64 2010-09-11 12:09:14 +04:00 committed by VladimirMangos
parent 7785daf2f9
commit ad23b7ca05
2 changed files with 4 additions and 4 deletions

View file

@ -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();
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10467"
#define REVISION_NR "10468"
#endif // __REVISION_NR_H__