diff options
-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; |