Skip to content

Commit

Permalink
[11440] Restore itemset 650 4p bonus affect work
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
Den authored and VladimirMangos committed May 8, 2011
1 parent 8c5e447 commit dc092d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/game/Spell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3034,8 +3034,14 @@ void Spell::cast(bool skipCheck)
break;
case SPELLFAMILY_HUNTER:
{
// Kill Command
if (m_spellInfo->Id == 34026)
{
if (m_caster->HasAura(37483)) // Improved Kill Command - Item set bonus
m_caster->CastSpell(m_caster, 37482, true);// Exploited Weakness
}
// Lock and Load
if (m_spellInfo->Id == 56453)
else if (m_spellInfo->Id == 56453)
AddPrecastSpell(67544); // Lock and Load Marker
break;
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11439"
#define REVISION_NR "11440"
#endif // __REVISION_NR_H__

0 comments on commit dc092d2

Please sign in to comment.