diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 0c96f6a17e6..9ae293a577a 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1819,6 +1819,8 @@ class TRINITY_DLL_SPEC Unit : public WorldObject void RewardRage( uint32 damage, uint32 weaponSpeedHitFactor, bool attacker ); virtual float GetFollowAngle() const { return M_PI/2; } + + void OutDebugInfo(); protected: explicit Unit (); |