diff options
author | QAston <none@none> | 2009-01-13 20:02:28 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-01-13 20:02:28 +0100 |
commit | e5750548a3a37e5e1d42596c7ced466b1484e11f (patch) | |
tree | cda4ccfb0761ce9aef156c4c580daaf66d209aa8 | |
parent | 61b2ce7856924bcaa4fda4fe124cd2a019493dd3 (diff) |
*Cast master of subtlety only on real aura apply/remove.
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 0c9f8d54e4a..cd9e41f2c5e 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -3120,7 +3120,7 @@ void Aura::HandleModStealth(bool apply, bool Real) Unit::AuraList const& mDummyAuras = m_target->GetAurasByType(SPELL_AURA_DUMMY); for(Unit::AuraList::const_iterator i = mDummyAuras.begin();i != mDummyAuras.end(); ++i) { - if ((*i)->GetSpellProto()->SpellIconID == 2114) + if ((*i)->GetSpellProto()->SpellIconID == 2114 && Real) { if (apply) { |