mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[8885] More correct animation for spell 48181 and ranks.
This commit is contained in:
parent
2352576f03
commit
d80b7a2de1
2 changed files with 2 additions and 2 deletions
|
|
@ -2499,7 +2499,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int32 bp0 = m_modifier.m_amount;
|
int32 bp0 = m_modifier.m_amount;
|
||||||
caster->CastCustomSpell(caster,48210,&bp0,NULL,NULL,true);
|
m_target->CastCustomSpell(caster,48210,&bp0,NULL,NULL,true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8884"
|
#define REVISION_NR "8885"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue