mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +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;
|
break;
|
||||||
case SPELLFAMILY_HUNTER:
|
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
|
// Lock and Load
|
||||||
if (m_spellInfo->Id == 56453)
|
else if (m_spellInfo->Id == 56453)
|
||||||
AddPrecastSpell(67544); // Lock and Load Marker
|
AddPrecastSpell(67544); // Lock and Load Marker
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11439"
|
#define REVISION_NR "11440"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue