mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
Compile fix
This commit is contained in:
parent
7974d1cb94
commit
0a783585e0
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ struct CriteriaProgress
|
||||||
time_t date;
|
time_t date;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef HM_NAMESPACE::hash_map<uint32, CriteriaProgress*> CriteriaProgressMap;
|
typedef UNORDERED_MAP<uint32, CriteriaProgress*> CriteriaProgressMap;
|
||||||
typedef HM_NAMESPACE::hash_map<uint32, time_t> CompletedAchievementMap;
|
typedef UNORDERED_MAP<uint32, time_t> CompletedAchievementMap;
|
||||||
|
|
||||||
class Player;
|
class Player;
|
||||||
class WorldPacket;
|
class WorldPacket;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue