mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8498] Implement talent 53234 and ranks.
(cherry picked from commit 510b81f53bbe59beccbc113a802b3f9b1e669e3a) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
67d4335614
commit
c45362a9fc
6 changed files with 23 additions and 3 deletions
|
|
@ -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:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue