mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[10468] Typos in comments in recent patches.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
7785daf2f9
commit
ad23b7ca05
2 changed files with 4 additions and 4 deletions
|
|
@ -2623,10 +2623,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
case 57934: // Tricks of the Trade, main spell
|
case 57934: // Tricks of the Trade, main spell
|
||||||
{
|
{
|
||||||
if (apply)
|
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
|
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)
|
if (m_removeMode != AURA_REMOVE_BY_DEFAULT)
|
||||||
target->getHostileRefManager().ResetThreatRedirection();
|
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
|
GetHolder()->SetAuraCharges(1); // not have proper charges set in spell data
|
||||||
else
|
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)
|
if (m_removeMode != AURA_REMOVE_BY_DEFAULT)
|
||||||
target->getHostileRefManager().ResetThreatRedirection();
|
target->getHostileRefManager().ResetThreatRedirection();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10467"
|
#define REVISION_NR "10468"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue