diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-03-04 12:18:51 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-03-04 12:18:51 +0100 |
commit | b60cfa9bf4863776a767ba5c43c48ca35fecea1a (patch) | |
tree | 365913cbda918c15aee3d12be98ff5844c408595 /dep/CascLib/src/CascCommon.h | |
parent | e63872e1eeafb39483bfdecbd5c4efc1e3703069 (diff) |
Deps/CascLib: Updated to ladislav-zezula/CascLib@d1d617d4feecd39bae049e19b0e217a1a84bedc6
Diffstat (limited to 'dep/CascLib/src/CascCommon.h')
-rw-r--r-- | dep/CascLib/src/CascCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dep/CascLib/src/CascCommon.h b/dep/CascLib/src/CascCommon.h index a59cc878ec7..7a2b4071dc6 100644 --- a/dep/CascLib/src/CascCommon.h +++ b/dep/CascLib/src/CascCommon.h @@ -38,6 +38,7 @@ #define CASC_GAME_HOTS 0x00010000 // Heroes of the Storm #define CASC_GAME_WOW6 0x00020000 // World of Warcraft - Warlords of Draenor +#define CASC_GAME_DIABLO3 0x00030000 // Diablo 3 Since PTR 2.2.0 #define CASC_GAME_MASK 0xFFFF0000 // Mask for getting game ID #define CASC_INDEX_COUNT 0x10 |