Skip to content

Commit

Permalink
Noted set versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexito4 committed Dec 15, 2020
1 parent 1b32bde commit f3a0b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/RuneterraWallpapersDownloader/CardSets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ public struct CardSet: Hashable {
extension CardSet {
public static let all = [
CardSet(
ref: "Set1",
ref: "Set1", // 1.0
name: "Foundations",
url: URL(string: "https://dd.b.pvp.net/latest/set1-en_us.zip")!
),
CardSet(
ref: "Set2",
ref: "Set2", // 1.0
name: "Rising Tides",
url: URL(string: "https://dd.b.pvp.net/latest/set2-en_us.zip")!
),
CardSet(
ref: "Set3",
ref: "Set3", // 1.8
name: "Call of the Mountain",
url: URL(string: "https://dd.b.pvp.net/latest/set3-en_us.zip")!
),
Expand Down

0 comments on commit f3a0b8c

Please sign in to comment.