mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
[11378] Add script effect of spell 26004
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
3c18e9fc1b
commit
849528ebad
2 changed files with 9 additions and 1 deletions
|
|
@ -6292,6 +6292,14 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
|
|||
unitTarget->CastSpell(unitTarget,spellid,false);
|
||||
return;
|
||||
}
|
||||
case 26004: // Mistletoe
|
||||
{
|
||||
if (!unitTarget)
|
||||
return;
|
||||
|
||||
unitTarget->HandleEmote(EMOTE_ONESHOT_CHEER);
|
||||
return;
|
||||
}
|
||||
case 26218: // Mistletoe
|
||||
{
|
||||
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_PLAYER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue