mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
converted all tabs to 4 spaces
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
Group* GetGroupByGUID(uint32 guid) const;
|
||||
|
||||
void InitGroupIds();
|
||||
void InitGroupIds();
|
||||
void RegisterGroupId(uint32 groupId);
|
||||
uint32 GenerateGroupId();
|
||||
|
||||
@@ -42,8 +42,8 @@ public:
|
||||
|
||||
|
||||
protected:
|
||||
typedef std::vector<bool> GroupIds;
|
||||
GroupIds _groupIds;
|
||||
typedef std::vector<bool> GroupIds;
|
||||
GroupIds _groupIds;
|
||||
uint32 _nextGroupId;
|
||||
GroupContainer GroupStore;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user