Skip to content

Commit

Permalink
Adding Juno EN Countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Domekologe committed Aug 30, 2024
1 parent 4cee18e commit a2e78fe
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DBM-CountPack-Overwatch/CountLoadList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ function DBMCPOverwatch()
tinsert(DBM.Counts, { text = "Overwatch: JunkerQueen (German)", value = "JunkerQueende", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\JunkerQueen\\de\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Junkrat", value = "Junkrat", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Junkrat\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Junkrat (German)", value = "Junkratde", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Junkrat\\de\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Juno", value = "Juno", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Juno\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Kiriko", value = "Kiriko", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Kiriko\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Kiriko (German)", value = "Kirikode", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Kiriko\\de\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Lifeweaver", value = "Lifeweaver", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lifeweaver\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Lifeweaver", value = "Lifeweaver", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lifeweaver\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Lifeweaver (German)", value = "Lifeweaverde", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lifeweaver\\de\\", max = 3})
tinsert(DBM.Counts, { text = "Overwatch: Lucio", value = "Lucio", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lucio\\", max = 5})
tinsert(DBM.Counts, { text = "Overwatch: Lucio (German)", value = "Luciode", path = "Interface\\AddOns\\DBM-CountPack-Overwatch\\Lucio\\de\\", max = 5})
Expand Down
Binary file added DBM-CountPack-Overwatch/Juno/1.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Juno/2.ogg
Binary file not shown.
Binary file added DBM-CountPack-Overwatch/Juno/3.ogg
Binary file not shown.

0 comments on commit a2e78fe

Please sign in to comment.