mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[11616] Restore itemset 632 2p bonus affect work.
One more point for restore `spell_affect` table.
This commit is contained in:
parent
0d9e3c8e43
commit
437a7ad54c
2 changed files with 7 additions and 1 deletions
|
|
@ -1045,6 +1045,12 @@ void Aura::HandleAddModifier(bool apply, bool Real)
|
||||||
m_spellmod->mask = UI64LIT(0x0000010000000002); // Corruption and Unstable Affliction
|
m_spellmod->mask = UI64LIT(0x0000010000000002); // Corruption and Unstable Affliction
|
||||||
m_spellmod->mask2 = 0x00000000;
|
m_spellmod->mask2 = 0x00000000;
|
||||||
}
|
}
|
||||||
|
// Improved Flametongue Weapon, overwrite wrong data, maybe time re-add table
|
||||||
|
else if (spellProto->Id == 37212)
|
||||||
|
{
|
||||||
|
m_spellmod->mask = UI64LIT(0x0000000000200000); // Flametongue Weapon (Passive)
|
||||||
|
m_spellmod->mask2 = 0x00000000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
((Player*)GetTarget())->AddSpellMod(m_spellmod, apply);
|
((Player*)GetTarget())->AddSpellMod(m_spellmod, apply);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11615"
|
#define REVISION_NR "11616"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue