diff options
Diffstat (limited to 'src/game/CreatureGroups.h')
| -rw-r--r-- | src/game/CreatureGroups.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/CreatureGroups.h b/src/game/CreatureGroups.h index 0f4474106de..dd7da865955 100644 --- a/src/game/CreatureGroups.h +++ b/src/game/CreatureGroups.h @@ -58,7 +58,9 @@ class CreatureGroup  		bool isEmpty() {return CreatureGroupMembers.empty();}  }; -extern UNORDERED_MAP<uint32, CreatureGroup*> CreatureGroupHolder; +typedef UNORDERED_MAP<uint32, CreatureGroup*> CreatureGroupHolderType; + +extern CreatureGroupHolderType CreatureGroupHolder;  extern UNORDERED_MAP<uint32, FormationMember*> CreatureGroupMap;  #define formation_mgr Trinity::Singleton<CreatureGroupManager>::Instance()  | 
