Skip to content

Commit

Permalink
Add comment with wiki reference on ClassId and RaceId
Browse files Browse the repository at this point in the history
  • Loading branch information
greenya committed May 4, 2024
1 parent ce82095 commit 37b4395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entries/class.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
local _, addonTable = ...
addonTable.class = { -- [id] = { [н/р/д/з/о/м/к] = { male, female } }

-- id: classFile column from https://warcraft.wiki.gg/wiki/ClassId

["WARRIOR"] = {
["н"] = { "воїн", "воїтелька" },
["р"] = { "воїна", "воїтельки" },
Expand Down
2 changes: 2 additions & 0 deletions entries/race.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
local _, addonTable = ...
addonTable.race = { -- [id] = { [н/р/д/з/о/м/к] = { male, female } }

-- id: .clientFileString column from https://warcraft.wiki.gg/wiki/RaceId

["Human"] = {
["н"] = { "чоловік", "жінка" },
["р"] = { "чоловіка", "жінки" },
Expand Down

0 comments on commit 37b4395

Please sign in to comment.