[10184] And tradition typos :(

This commit is contained in:
VladimirMangos 2010-07-12 19:55:39 +04:00
parent 464a841c81
commit 40c7356290
2 changed files with 3 additions and 3 deletions

View file

@ -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*/)

View file

@ -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__