mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
[8093] Fixed effect of spell 25771.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
f80f45e3c4
commit
cd913c1f92
2 changed files with 7 additions and 1 deletions
|
|
@ -3966,6 +3966,12 @@ void Aura::HandleModMechanicImmunity(bool apply, bool /*Real*/)
|
|||
uint32 misc = m_modifier.m_miscvalue;
|
||||
Unit* target = m_target;
|
||||
|
||||
// Forbearance
|
||||
// in DBC wrong mechanic immune since 3.0.x
|
||||
if (GetId() == 25771)
|
||||
misc = MECHANIC_IMMUNE_SHIELD;
|
||||
|
||||
|
||||
if(apply && spellInfo->AttributesEx & SPELL_ATTR_EX_DISPEL_AURAS_ON_IMMUNITY)
|
||||
{
|
||||
uint32 mechanic = 1 << m_modifier.m_miscvalue;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8092"
|
||||
#define REVISION_NR "8093"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue