mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 16:37:04 +00:00
[c12588] Implement spells 50630, 70623 and 70638
This commit is contained in:
parent
97dbc3c412
commit
39262d4e6a
3 changed files with 14 additions and 1 deletions
|
|
@ -2390,6 +2390,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
caster->CastSpell(caster, 68899, false);
|
||||
}
|
||||
return;
|
||||
case 70623: // Jaina's Call
|
||||
if (target->GetTypeId() == TYPEID_PLAYER)
|
||||
target->CastSpell(target, 70525, true, NULL, this);
|
||||
return;
|
||||
case 70638: // Call of Sylvanas
|
||||
if (target->GetTypeId() == TYPEID_PLAYER)
|
||||
target->CastSpell(target, 70639, true, NULL, this);
|
||||
return;
|
||||
case 71342: // Big Love Rocket
|
||||
Spell::SelectMountByAreaAndSkill(target, GetSpellProto(), 71344, 71345, 71346, 71347, 0);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue