We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac7e54 commit 4a3bd3bCopy full SHA for 4a3bd3b
3 files changed
src/Classes/ItemsTab.lua
@@ -47,8 +47,8 @@ local catalystQualityFormat = {
47
-- Flavour Text lookup
48
local nameToFlavour = {}
49
for _, entry in pairs(data.flavourText) do
50
- if entry.Name then
51
- nameToFlavour[entry.Name] = entry.Text
+ if entry.name then
+ nameToFlavour[entry.name] = entry.text
52
end
53
54
0 commit comments