[7788] Implement item 40711 effect.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
DEN_North 2009-05-06 14:46:50 +04:00 committed by VladimirMangos
parent ac239e6178
commit 54f29f7138
2 changed files with 2 additions and 1 deletions

View file

@ -2301,6 +2301,7 @@ void Aura::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;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7787"
#define REVISION_NR "7788"
#endif // __REVISION_NR_H__