From 232be29bf53e00cbde200170d7715e6f7cae8f80 Mon Sep 17 00:00:00 2001 From: evil_morfar <10189576+evil-morfar@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:58:46 +0100 Subject: [PATCH] Updated trinketdata. H/Pala and mistweavers no longer autopass on 207172 --- Utils/TrinketData.lua | 2 +- __tests/SpecFlagInspector.lua | 30 +++++++++++++++++------------- changelog.md | 4 ++++ 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/Utils/TrinketData.lua b/Utils/TrinketData.lua index dcf2a213..bb83de40 100644 --- a/Utils/TrinketData.lua +++ b/Utils/TrinketData.lua @@ -1823,7 +1823,7 @@ _G.RCTrinketSpecs = { [207167] = "73F7777777777", -- Ashes of the Embersoul, All Classes [208614] = "5134773647743", -- Augury of the Primal Flame, [207165] = "0365002007700", -- Bandolier of Twisted Blades, Agility - [207172] = "5010771040000", -- Belor'relos, the Suncaller, Damage, Intellect + [207172] = "5012771040010", -- Belor'relos, the Suncaller, Damage, Intellect [207171] = "2082004030010", -- Blossom of Amirdrassil, Healer [207169] = "0000000700067", -- Branch of the Tormented Ancient, Strength [207166] = "0124002607443", -- Cataclysmic Signet Brand, Damage, Melee diff --git a/__tests/SpecFlagInspector.lua b/__tests/SpecFlagInspector.lua index 1040c3c8..bfddcbd7 100644 --- a/__tests/SpecFlagInspector.lua +++ b/__tests/SpecFlagInspector.lua @@ -16,7 +16,7 @@ local flagsToDecode = { -- "010773050000", -- "4294967295", - "092776070010", + "5010771040000", -- tostring(0xffffffffff) } @@ -102,15 +102,19 @@ end Main() --- Set WARRIOR (1) to spec 2 -local flag = SpecFlag:SetClassSpecFlag(nil, 1, 2) -print(flag) --- Add spec 3 as well -flag = SpecFlag:SetClassSpecFlag(flag, 1, 3) -print(flag) --- and spec 1 -flag = SpecFlag:SetClassSpecFlag(flag, 1, 1) -print(flag) --- Now add priest spec 3 -flag = SpecFlag:SetClassSpecFlag(flag, 5, 3) -print(flag) +-- -- Set WARRIOR (1) to spec 2 +-- local flag = SpecFlag:SetClassSpecFlag(nil, 1, 2) +-- print(flag) +-- -- Add spec 3 as well +-- flag = SpecFlag:SetClassSpecFlag(flag, 1, 3) +-- print(flag) +-- -- and spec 1 +-- flag = SpecFlag:SetClassSpecFlag(flag, 1, 1) +-- print(flag) +-- -- Now add priest spec 3 +-- flag = SpecFlag:SetClassSpecFlag(flag, 5, 3) +-- print(flag) + +local flag = SpecFlag:SetClassSpecFlag("5010771040000", 2, 1) +local flag = SpecFlag:SetClassSpecFlag(flag, 10, 2) +SpecFlag:DecodeFlag(flag) \ No newline at end of file diff --git a/changelog.md b/changelog.md index 86ea69ea..dd9f3ce5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## Changes + +Holy Paladins and Mistweavers no longer autopass on Belor'relos, the Suncaller. + # 3.10.3 ## Changes