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 8bb8d770519..1d7749c3989 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -527,3 +527,4 @@ class TRINITY_DLL_SPEC WorldObject : public Object bool mSemaphoreTeleport; }; #endif + |