mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10142"
|
||||
#define REVISION_NR "10143"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue