mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9994] Fixed a bug/typo that prevent to summon a special flying mount.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
2e7a009b01
commit
ee31661bb8
2 changed files with 4 additions and 2 deletions
|
|
@ -6616,8 +6616,10 @@ void Spell::SelectMountByAreaAndSkill(Unit* target, uint32 spellId75, uint32 spe
|
|||
|
||||
// speed higher than 280 replace it
|
||||
if (mountSpeed > 280)
|
||||
{
|
||||
target->CastSpell(target, spellIdSpecial, true);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue