diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index e796256cfa2..90935e6e3ab 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1485,3 +1485,4 @@ class TRINITY_DLL_SPEC Unit : public WorldObject uint64 m_misdirectionTargetGUID; }; #endif + |