diff options
Diffstat (limited to 'src/game/Object.h')
-rw-r--r-- | src/game/Object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Object.h b/src/game/Object.h index d4d9759ed1b..a485f117938 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -511,3 +511,4 @@ class TRINITY_DLL_SPEC WorldObject : public Object uint32 m_InstanceId; }; #endif + |