mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros
This commit is contained in:
@@ -53,7 +53,7 @@ class SystemMgr
|
||||
~SystemMgr() { }
|
||||
|
||||
public:
|
||||
typedef UNORDERED_MAP<uint32, ScriptPointVector> PointMoveMap;
|
||||
typedef std::unordered_map<uint32, ScriptPointVector> PointMoveMap;
|
||||
|
||||
//Database
|
||||
void LoadScriptWaypoints();
|
||||
|
||||
Reference in New Issue
Block a user