bump major version for rename

This commit is contained in:
avitasia
2026-02-27 12:57:48 -08:00
parent 3ea6edfb0f
commit 6c511db61b
+2 -2
View File
@@ -24,8 +24,8 @@ namespace Nampower {
constexpr uint32_t DISENCHANT_QUALITY_BLUE = 0x02; // Rare constexpr uint32_t DISENCHANT_QUALITY_BLUE = 0x02; // Rare
constexpr uint32_t DISENCHANT_QUALITY_PURPLE = 0x04; // Epic constexpr uint32_t DISENCHANT_QUALITY_PURPLE = 0x04; // Epic
constexpr uint32_t MAJOR_VERSION = 2; constexpr uint32_t MAJOR_VERSION = 3;
constexpr uint32_t MINOR_VERSION = 43; constexpr uint32_t MINOR_VERSION = 0;
constexpr uint32_t PATCH_VERSION = 0; constexpr uint32_t PATCH_VERSION = 0;
constexpr int32_t LUA_REGISTRYINDEX = -10000; constexpr int32_t LUA_REGISTRYINDEX = -10000;