Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -119,8 +119,6 @@ const getCharacterInfo = async function(nickname, characterCode) { | ... | @@ -119,8 +119,6 @@ const getCharacterInfo = async function(nickname, characterCode) { |
119 | } | 119 | } |
120 | }); | 120 | }); |
121 | 121 | ||
122 | - stats.major = 0; | ||
123 | - | ||
124 | if (stats.major == 0) { | 122 | if (stats.major == 0) { |
125 | throw new Error("no_major_stats") | 123 | throw new Error("no_major_stats") |
126 | } | 124 | } | ... | ... |
-
Please register or login to post a comment