[7790] Fixed proc spell for talent 49005

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Opterman 2009-05-06 13:58:11 +02:00 committed by ApoC
parent 4c29782d66
commit e0f5561cae
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7789"
#define REVISION_NR "7790"
#endif // __REVISION_NR_H__