diff --git a/nampower/main.hpp b/nampower/main.hpp index 5f6da0d..0b8aa30 100644 --- a/nampower/main.hpp +++ b/nampower/main.hpp @@ -24,8 +24,8 @@ namespace Nampower { constexpr uint32_t DISENCHANT_QUALITY_BLUE = 0x02; // Rare constexpr uint32_t DISENCHANT_QUALITY_PURPLE = 0x04; // Epic - constexpr uint32_t MAJOR_VERSION = 2; - constexpr uint32_t MINOR_VERSION = 43; + constexpr uint32_t MAJOR_VERSION = 3; + constexpr uint32_t MINOR_VERSION = 0; constexpr uint32_t PATCH_VERSION = 0; constexpr int32_t LUA_REGISTRYINDEX = -10000;