[11677] Paladin T10 Holy 2P Bonus

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Den 2011-06-26 03:02:26 +04:00 committed by VladimirMangos
parent 80b0c4c148
commit 8b4a85ac19
2 changed files with 8 additions and 2 deletions

View file

@ -3105,8 +3105,14 @@ void Spell::cast(bool skipCheck)
}
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
if (m_spellInfo->Id == 62124)
else if (m_spellInfo->Id == 62124)
{
if (m_targets.getUnitTarget() && m_targets.getUnitTarget()->getVictim() != m_caster)
AddPrecastSpell(67485); // Hand of Rekoning (no typos in name ;) )

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11676"
#define REVISION_NR "11677"
#endif // __REVISION_NR_H__