mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10967] Add dummy effect of spell 38194 and limit it's maxTargets
Correct order of spellfamily case. Note: triggered spell 38203 needs target map fill Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
43707056f3
commit
9f8cfb77d4
3 changed files with 21 additions and 7 deletions
|
|
@ -1154,6 +1154,14 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
m_caster->CastCustomSpell(unitTarget, 37675, &basepoints0, NULL, NULL, true);
|
||||
return;
|
||||
}
|
||||
case 38194: // Blink
|
||||
{
|
||||
// Blink
|
||||
if (unitTarget)
|
||||
m_caster->CastSpell(unitTarget, 38203, true);
|
||||
|
||||
return;
|
||||
}
|
||||
case 40802: // Mingo's Fortune Generator (Mingo's Fortune Giblets)
|
||||
{
|
||||
// selecting one from Bloodstained Fortune item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue