diff options
Diffstat (limited to 'src/game/ObjectMgr.h')
-rw-r--r-- | src/game/ObjectMgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h index 7d7a419d923..5dbea9c0ce4 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -948,3 +948,4 @@ TRINITY_DLL_SPEC GameObjectInfo const *GetGameObjectInfo(uint32 id); TRINITY_DLL_SPEC CreatureInfo const *GetCreatureInfo(uint32 id); #endif + |