mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7167] Restore work warrior 23885 after client switch
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
528d85ed4d
commit
ae5b65765d
4 changed files with 13 additions and 21 deletions
|
|
@ -1288,6 +1288,12 @@ void Spell::EffectDummy(uint32 i)
|
|||
m_caster->CastCustomSpell(m_caster, 12976, &healthModSpellBasePoints0, NULL, NULL, true, NULL);
|
||||
return;
|
||||
}
|
||||
// Bloodthirst
|
||||
case 23881:
|
||||
{
|
||||
m_caster->CastCustomSpell(unitTarget, 23885, &damage, NULL, NULL, true, NULL);
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case SPELLFAMILY_WARLOCK:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue