Update ElunaUtility.h

Fix typo for TC
This commit is contained in:
Rochet2
2014-09-13 16:35:10 +03:00
parent 61551494e8
commit 44f80525c8

View File

@@ -44,7 +44,7 @@ typedef uint64 ObjectGuid;
#define UNORDERED_MAP std::unordered_map
#endif
#ifndef UNORDERED_SET
#define UNORDERED_ET std::unordered_set
#define UNORDERED_SET std::unordered_set
#endif
class Unit;