mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7790] Fixed proc spell for talent 49005
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
4c29782d66
commit
e0f5561cae
2 changed files with 2 additions and 2 deletions
|
|
@ -5959,7 +5959,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
if (dummySpell->Id == 49005)
|
||||
{
|
||||
// TODO: need more info (cooldowns/PPM)
|
||||
triggered_spell_id = 50424;
|
||||
triggered_spell_id = 61607;
|
||||
break;
|
||||
}
|
||||
// Vendetta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue