From 2a88a6a181bb4a86e07f0c9a61b26b2759f95755 Mon Sep 17 00:00:00 2001 From: Magesofthebeach <53281653+Magesofthebeach@users.noreply.github.com> Date: Sat, 29 Feb 2020 16:01:28 -0500 Subject: [PATCH] added premium edition 1 to the list of sets --- src/components/SpreadsheetData.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/SpreadsheetData.js b/src/components/SpreadsheetData.js index c6ede8b..d1790b2 100644 --- a/src/components/SpreadsheetData.js +++ b/src/components/SpreadsheetData.js @@ -246,7 +246,8 @@ class API { "LR": "League Rewards", "OP1": "Organized Play 1", "PROMO": "Promotional", - "PROTO": "Prototype" + "PROTO": "Prototype", + "PE1": "Premium Edition 1" }; }