mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8214] Implement apply glyph 42454 to talent 17962.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
eba34304ea
commit
f1b11860f6
2 changed files with 5 additions and 1 deletions
|
|
@ -424,6 +424,10 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
||||||
{
|
{
|
||||||
int32 damagetick = m_caster->SpellDamageBonus(unitTarget, (*i)->GetSpellProto(), (*i)->GetModifier()->m_amount, DOT);
|
int32 damagetick = m_caster->SpellDamageBonus(unitTarget, (*i)->GetSpellProto(), (*i)->GetModifier()->m_amount, DOT);
|
||||||
damage += damagetick * 4;
|
damage += damagetick * 4;
|
||||||
|
|
||||||
|
// Glyph of Conflagrate
|
||||||
|
if (!m_caster->HasAura(56235))
|
||||||
|
unitTarget->RemoveAurasByCasterSpell((*i)->GetId(), m_caster->GetGUID());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8213"
|
#define REVISION_NR "8214"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue