diff --git a/src/game/Unit.h b/src/game/Unit.h index 9ed10b393..8f7729a76 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1891,6 +1891,7 @@ class MANGOS_DLL_SPEC Unit : public WorldObject void SetSpeedRate(UnitMoveType mtype, float rate, bool forced = false); void KnockBackFrom(Unit* target, float horizontalSpeed, float verticalSpeed); + void KnockBackWithAngle(float angle, float horizontalSpeed, float verticalSpeed); void _RemoveAllAuraMods(); void _ApplyAllAuraMods(); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4e0729220..04f6412a5 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ -#define REVISION_NR "0164" +#define REVISION_NR "0165" #endif // __REVISION_NR_H__