mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9193] Implement dummy effect for 46797.
This commit is contained in:
parent
d59c394370
commit
0a1dd54b7f
2 changed files with 8 additions and 2 deletions
|
|
@ -1230,7 +1230,13 @@ void Spell::EffectDummy(uint32 i)
|
|||
}
|
||||
return;
|
||||
}
|
||||
case 51582: //Rocket Boots Engaged (Rocket Boots Xtreme and Rocket Boots Xtreme Lite)
|
||||
case 46797: // Quest - Borean Tundra - Set Explosives Cart
|
||||
if (!unitTarget)
|
||||
return;
|
||||
// Quest - Borean Tundra - Summon Explosives Cart
|
||||
unitTarget->CastSpell(unitTarget,46798,true,m_CastItem,NULL,m_originalCasterGUID);
|
||||
break;
|
||||
case 51582: // Rocket Boots Engaged (Rocket Boots Xtreme and Rocket Boots Xtreme Lite)
|
||||
{
|
||||
if (m_caster->GetTypeId() != TYPEID_PLAYER)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue