mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10143] Set correct real caster for 48181 and ranks
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
c6a55a4ac0
commit
55542a5219
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue