mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07: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
|
// speed higher than 280 replace it
|
||||||
if (mountSpeed > 280)
|
if (mountSpeed > 280)
|
||||||
|
{
|
||||||
target->CastSpell(target, spellIdSpecial, true);
|
target->CastSpell(target, spellIdSpecial, true);
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9993"
|
#define REVISION_NR "9994"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue