[8885] More correct animation for spell 48181 and ranks.

This commit is contained in:
VladimirMangos 2009-11-29 04:40:17 +03:00
parent 2352576f03
commit d80b7a2de1
2 changed files with 2 additions and 2 deletions

View file

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

View file

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