diff options
author | megamage <none@none> | 2009-05-06 16:54:53 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-06 16:54:53 -0500 |
commit | 6a3b34441d765d7af039b7e1c5357f267d5f1af6 (patch) | |
tree | ea1bc3236b16bec24fd469e583c4dcaf32b3b291 | |
parent | a6d42cd8e4a36586704c92d3edd1466d5f6595d9 (diff) |
[7788] Implement item 40711 effect. Author: DEN_North
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellAuras.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 049972f9ba0..0ba19211c65 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2580,6 +2580,7 @@ void AuraEffect::HandleAuraDummy(bool apply, bool Real) switch(GetId()) { case 34246: // Idol of the Emerald Queen + case 60779: // Idol of Lush Moss { if (m_target->GetTypeId() != TYPEID_PLAYER) return; |