mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11677] Paladin T10 Holy 2P Bonus
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
80b0c4c148
commit
8b4a85ac19
2 changed files with 8 additions and 2 deletions
|
|
@ -3105,8 +3105,14 @@ void Spell::cast(bool skipCheck)
|
||||||
}
|
}
|
||||||
case SPELLFAMILY_PALADIN:
|
case SPELLFAMILY_PALADIN:
|
||||||
{
|
{
|
||||||
|
// Divine Illumination
|
||||||
|
if (m_spellInfo->Id == 31842)
|
||||||
|
{
|
||||||
|
if (m_caster->HasAura(70755)) // Item - Paladin T10 Holy 2P Bonus
|
||||||
|
AddPrecastSpell(71166); // Divine Illumination
|
||||||
|
}
|
||||||
// Hand of Reckoning
|
// Hand of Reckoning
|
||||||
if (m_spellInfo->Id == 62124)
|
else if (m_spellInfo->Id == 62124)
|
||||||
{
|
{
|
||||||
if (m_targets.getUnitTarget() && m_targets.getUnitTarget()->getVictim() != m_caster)
|
if (m_targets.getUnitTarget() && m_targets.getUnitTarget()->getVictim() != m_caster)
|
||||||
AddPrecastSpell(67485); // Hand of Rekoning (no typos in name ;) )
|
AddPrecastSpell(67485); // Hand of Rekoning (no typos in name ;) )
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11676"
|
#define REVISION_NR "11677"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue