[10143] Set correct real caster for 48181 and ranks

Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
Insider42 2010-07-03 12:09:04 +03:00 committed by Laise
parent c6a55a4ac0
commit 55542a5219
2 changed files with 2 additions and 2 deletions

View file

@ -2706,7 +2706,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
int32 bp0 = m_modifier.m_amount;
if (Unit* caster = GetCaster())
target->CastCustomSpell(caster,48210,&bp0,NULL,NULL,true);
target->CastCustomSpell(caster, 48210, &bp0, NULL, NULL, true, NULL, this);
}
}
break;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10142"
#define REVISION_NR "10143"
#endif // __REVISION_NR_H__