mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[c12624] Implement spell 57578
This commit is contained in:
parent
7e9d6dc954
commit
a498dcaebd
4 changed files with 15 additions and 1 deletions
|
|
@ -2643,6 +2643,14 @@ void Spell::EffectDummy(SpellEffectEntry const* effect)
|
|||
unitTarget->CastSpell(unitTarget, 56432, true, NULL, NULL, m_caster->GetObjectGuid());
|
||||
return;
|
||||
}
|
||||
case 57578: // Lava Strike
|
||||
{
|
||||
if (!unitTarget)
|
||||
return;
|
||||
|
||||
m_caster->CastSpell(unitTarget, effect->CalculateSimpleValue(), true);
|
||||
return;
|
||||
}
|
||||
case 57908: // Stain Cloth
|
||||
{
|
||||
// nothing do more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue