[11440] Restore itemset 650 4p bonus affect work

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Den 2011-05-08 06:52:49 +04:00 committed by VladimirMangos
parent ec10183e1d
commit 0bc434c16f
2 changed files with 8 additions and 2 deletions

View file

@ -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;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11439"
#define REVISION_NR "11440"
#endif // __REVISION_NR_H__