Skip to content

Commit

Permalink
Add css classes to warcraft Faction data (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha authored Sep 25, 2023
1 parent d795c2f commit 5f72351
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/faction/wikis/warcraft/faction_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,42 @@

local factionProps = {
h = {
bgClass = '',--to be created
bgClass = 'warcraft-human',
index = 1,
name = 'Human',
pageName = 'Human',
faction = 'h',
},
o = {
bgClass = '',--to be created
bgClass = 'warcraft-orc',
index = 2,
name = 'Orc',
pageName = 'Orc',
faction = 'o',
},
n = {
bgClass = '',--to be created
bgClass = 'warcraft-nightelf',
index = 3,
name = 'Nightelf',
pageName = 'Nightelf',
faction = 'n',
},
u = {
bgClass = '',--to be created
bgClass = 'warcraft-undead',
index = 4,
name = 'Undead',
pageName = 'Undead',
faction = 'u',
},
r = {
bgClass = '',--to be created
bgClass = 'Random',
index = 5,
name = 'Random',
pageName = 'Random',
faction = 'r',
},
m = {
bgClass = '',--to be created
bgClass = 'warcraft-multirace',
index = 6,
name = 'Multiple',
pageName = 'Multiple',
Expand Down

0 comments on commit 5f72351

Please sign in to comment.