From 0bc434c16faf0a8681f48d73da95f6f45a292ffd Mon Sep 17 00:00:00 2001 From: Den Date: Sun, 8 May 2011 06:52:49 +0400 Subject: [PATCH] [11440] Restore itemset 650 4p bonus affect work Signed-off-by: VladimirMangos --- src/game/Spell.cpp | 8 +++++++- src/shared/revision_nr.h | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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__