mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[12146] Implement spell 30769
This commit is contained in:
parent
c8ebd1678e
commit
705f716cb1
4 changed files with 12 additions and 2 deletions
|
|
@ -7058,6 +7058,15 @@ void Spell::EffectScriptEffect(SpellEffectEntry const* effect)
|
|||
|
||||
break;
|
||||
}
|
||||
case 30769: // Pick Red Riding Hood
|
||||
{
|
||||
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_PLAYER)
|
||||
return;
|
||||
|
||||
// cast Little Red Riding Hood
|
||||
m_caster->CastSpell(unitTarget, 30768, true);
|
||||
break;
|
||||
}
|
||||
case 30918: // Improved Sprint
|
||||
{
|
||||
if (!unitTarget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue