[11616] Restore itemset 632 2p bonus affect work.

One more point for restore `spell_affect` table.
This commit is contained in:
VladimirMangos 2011-06-06 18:19:08 +04:00
parent 0d9e3c8e43
commit 437a7ad54c
2 changed files with 7 additions and 1 deletions

View file

@ -1045,6 +1045,12 @@ void Aura::HandleAddModifier(bool apply, bool Real)
m_spellmod->mask = UI64LIT(0x0000010000000002); // Corruption and Unstable Affliction
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);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11615"
#define REVISION_NR "11616"
#endif // __REVISION_NR_H__