[8498] Implement talent 53234 and ranks.

(cherry picked from commit 510b81f53bbe59beccbc113a802b3f9b1e669e3a)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
dele 2009-08-24 15:20:46 +03:00 committed by VladimirMangos
parent 67d4335614
commit c45362a9fc
6 changed files with 23 additions and 3 deletions

View file

@ -6670,6 +6670,13 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
break;
}
case SPELLFAMILY_HUNTER:
// Piercing Shots
if (auraSpellInfo->SpellIconID == 3247 && auraSpellInfo->SpellVisual[0] == 0)
{
basepoints[0] = damage * triggerAmount / 100 / 8;
trigger_spell_id = 63468;
target = pVictim;
}
break;
case SPELLFAMILY_PALADIN:
{