diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index a5859afde..521cb71bd 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -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; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 77234391e..825beb23a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11439" + #define REVISION_NR "11440" #endif // __REVISION_NR_H__