From 05aaad874343dee01f30400509c3b82e2fb697a9 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 27 Oct 2020 16:33:45 -0500 Subject: [PATCH] fix(content): shield not weapon --- website/common/script/content/gear/sets/mystery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/gear/sets/mystery.js b/website/common/script/content/gear/sets/mystery.js index cf706b3c85..fbe718a521 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -190,6 +190,7 @@ const shield = { 201709: { }, 201802: { }, 201902: { }, + 202011: { }, 301405: { }, 301704: { }, }; @@ -203,7 +204,6 @@ const weapon = { 201811: { }, 201911: { }, 202002: { }, - 202011: { }, 301404: { }, };