mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[9884] Code style fixes thx to hunuza & Wowka321
This commit is contained in:
parent
b208effca6
commit
188db9691f
3 changed files with 6 additions and 7 deletions
|
|
@ -2291,7 +2291,7 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
((Player*)m_target)->RemoveAmmo();
|
||||
return;
|
||||
case 48025: // Headless Horseman's Mount
|
||||
Spell::SelectMountByAreaAndSkill(m_target, 51621, 48024, 51617, 48023, NULL);
|
||||
Spell::SelectMountByAreaAndSkill(m_target, 51621, 48024, 51617, 48023, 0);
|
||||
return;
|
||||
case 62061: // Festive Holiday Mount
|
||||
if (m_target->HasAuraType(SPELL_AURA_MOUNTED))
|
||||
|
|
@ -2309,10 +2309,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
((Player*)m_target)->removeSpell(63680);
|
||||
return;
|
||||
case 72286: // Invincible
|
||||
Spell::SelectMountByAreaAndSkill(m_target, 72281, 72282, 72283, 72284, NULL);
|
||||
Spell::SelectMountByAreaAndSkill(m_target, 72281, 72282, 72283, 72284, 0);
|
||||
return;
|
||||
case 74856: // Blazing Hippogryph
|
||||
Spell::SelectMountByAreaAndSkill(m_target, NULL, NULL, 74854, 74855, NULL);
|
||||
Spell::SelectMountByAreaAndSkill(m_target, 0, 0, 74854, 74855, 0);
|
||||
return;
|
||||
case 75614: // Celestial Steed
|
||||
Spell::SelectMountByAreaAndSkill(m_target, 75619, 75620, 75617, 75618, 76153);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue