mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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)
|
if (dummySpell->Id == 49005)
|
||||||
{
|
{
|
||||||
// TODO: need more info (cooldowns/PPM)
|
// TODO: need more info (cooldowns/PPM)
|
||||||
triggered_spell_id = 50424;
|
triggered_spell_id = 61607;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Vendetta
|
// Vendetta
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7789"
|
#define REVISION_NR "7790"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue