fix(content): shield not weapon

This commit is contained in:
Sabe Jones
2020-10-27 16:33:45 -05:00
parent 5e1f2c16f8
commit 05aaad8743

View File

@@ -190,6 +190,7 @@ const shield = {
201709: { }, 201709: { },
201802: { }, 201802: { },
201902: { }, 201902: { },
202011: { },
301405: { }, 301405: { },
301704: { }, 301704: { },
}; };
@@ -203,7 +204,6 @@ const weapon = {
201811: { }, 201811: { },
201911: { }, 201911: { },
202002: { }, 202002: { },
202011: { },
301404: { }, 301404: { },
}; };