Skip to content

Commit

Permalink
Updated trinketdata.
Browse files Browse the repository at this point in the history
H/Pala and mistweavers no longer autopass on 207172
  • Loading branch information
evil-morfar committed Dec 19, 2023
1 parent ff481f6 commit 232be29
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Utils/TrinketData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 17 additions & 13 deletions __tests/SpecFlagInspector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local flagsToDecode = {
-- "010773050000",
-- "4294967295",

"092776070010",
"5010771040000",
-- tostring(0xffffffffff)
}

Expand Down Expand Up @@ -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)
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Changes

Holy Paladins and Mistweavers no longer autopass on Belor'relos, the Suncaller.

# 3.10.3

## Changes
Expand Down

0 comments on commit 232be29

Please sign in to comment.