mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
[9417] Correct spelling of horizontal.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
61556d8ff0
commit
04e6187049
3 changed files with 5 additions and 5 deletions
|
|
@ -1731,7 +1731,7 @@ class MANGOS_DLL_SPEC Unit : public WorldObject
|
|||
void SetHover(bool on);
|
||||
bool isHover() const { return HasAuraType(SPELL_AURA_HOVER); }
|
||||
|
||||
void KnockBackFrom(Unit* target, float horizintalSpeed, float verticalSpeed);
|
||||
void KnockBackFrom(Unit* target, float horizontalSpeed, float verticalSpeed);
|
||||
|
||||
void _RemoveAllAuraMods();
|
||||
void _ApplyAllAuraMods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue