Skip to content

Commit 4a3bd3b

Browse files
committed
Removed unnecessary flavour text and add output results
1 parent 3ac7e54 commit 4a3bd3b

File tree

3 files changed

+1111
-12536
lines changed

3 files changed

+1111
-12536
lines changed

src/Classes/ItemsTab.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ local catalystQualityFormat = {
4747
-- Flavour Text lookup
4848
local nameToFlavour = {}
4949
for _, entry in pairs(data.flavourText) do
50-
if entry.Name then
51-
nameToFlavour[entry.Name] = entry.Text
50+
if entry.name then
51+
nameToFlavour[entry.name] = entry.text
5252
end
5353
end
5454

0 commit comments

Comments
 (0)