mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[10184] And tradition typos :(
This commit is contained in:
parent
464a841c81
commit
40c7356290
2 changed files with 3 additions and 3 deletions
|
|
@ -3281,9 +3281,9 @@ void Aura::HandleAuraTrackResources(bool apply, bool /*Real*/)
|
||||||
GetTarget()->RemoveNoStackAurasDueToAuraHolder(GetHolder());
|
GetTarget()->RemoveNoStackAurasDueToAuraHolder(GetHolder());
|
||||||
|
|
||||||
if (apply)
|
if (apply)
|
||||||
GetTarget()->SetFlag(PLAYER_TRACK_CREATURES, uint32(1) << (m_modifier.m_miscvalue-1));
|
GetTarget()->SetFlag(PLAYER_TRACK_RESOURCES, uint32(1) << (m_modifier.m_miscvalue-1));
|
||||||
else
|
else
|
||||||
GetTarget()->RemoveFlag(PLAYER_TRACK_CREATURES, uint32(1) << (m_modifier.m_miscvalue-1));
|
GetTarget()->RemoveFlag(PLAYER_TRACK_RESOURCES, uint32(1) << (m_modifier.m_miscvalue-1));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Aura::HandleAuraTrackStealthed(bool apply, bool /*Real*/)
|
void Aura::HandleAuraTrackStealthed(bool apply, bool /*Real*/)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10183"
|
#define REVISION_NR "10184"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue