mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
[11440] Restore itemset 650 4p bonus affect work
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ec10183e1d
commit
0bc434c16f
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue