From 44f80525c8f3f12c4a626e6ef47416473dd46499 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sat, 13 Sep 2014 16:35:10 +0300 Subject: [PATCH] Update ElunaUtility.h Fix typo for TC --- ElunaUtility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElunaUtility.h b/ElunaUtility.h index ae54a54..6a44dcf 100644 --- a/ElunaUtility.h +++ b/ElunaUtility.h @@ -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;