[9417] Correct spelling of horizontal.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-02-20 00:59:14 +01:00
parent 61556d8ff0
commit 04e6187049
3 changed files with 5 additions and 5 deletions

View file

@ -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();