Skip to content

Commit

Permalink
[11616] Restore itemset 632 2p bonus affect work.
Browse files Browse the repository at this point in the history
One more point for restore `spell_affect` table.
  • Loading branch information
VladimirMangos committed Jun 6, 2011
1 parent 1c0bd32 commit 7e65f58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/game/SpellAuras.cpp
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11615"
#define REVISION_NR "11616"
#endif // __REVISION_NR_H__

0 comments on commit 7e65f58

Please sign in to comment.