mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[7788] Implement item 40711 effect.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ac239e6178
commit
54f29f7138
2 changed files with 2 additions and 1 deletions
|
|
@ -2301,6 +2301,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
switch(GetId())
|
switch(GetId())
|
||||||
{
|
{
|
||||||
case 34246: // Idol of the Emerald Queen
|
case 34246: // Idol of the Emerald Queen
|
||||||
|
case 60779: // Idol of Lush Moss
|
||||||
{
|
{
|
||||||
if (m_target->GetTypeId() != TYPEID_PLAYER)
|
if (m_target->GetTypeId() != TYPEID_PLAYER)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7787"
|
#define REVISION_NR "7788"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue