diff options
| author | megamage <none@none> | 2009-01-16 14:32:47 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-16 14:32:47 -0600 |
| commit | 80263de422ad4e1cdb103eaec3a2acf74631f884 (patch) | |
| tree | b4da0d56676c397cd0ef5a83039e458f67ddd411 /src/game/SpellAuras.cpp | |
| parent | 40a1154c5befcfde3d584c71aa1d9a8b6cb1b638 (diff) | |
| parent | a8e7fb16493c05a25044c01c5b58ea08e485a97a (diff) | |
Update to Trinity 863.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -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 6ee750e6e83..182bacf8ee8 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -3371,7 +3371,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) { |
