From 6a3b34441d765d7af039b7e1c5357f267d5f1af6 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 6 May 2009 16:54:53 -0500 Subject: [7788] Implement item 40711 effect. Author: DEN_North --HG-- branch : trunk --- src/game/SpellAuras.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3