diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-06-02 16:23:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 16:23:38 -0500 |
commit | 69910faa449ee9d4ff63fc1a764434e7bd974d1b (patch) | |
tree | 75efc15481ecf153044f1de214b0b4e212bc0cc4 /test-data-generator | |
parent | 709d428b4cb94e8eca53b6f32e0f8b1be5a323b9 (diff) | |
download | skyblock-api-69910faa449ee9d4ff63fc1a764434e7bd974d1b.tar.gz skyblock-api-69910faa449ee9d4ff63fc1a764434e7bd974d1b.tar.bz2 skyblock-api-69910faa449ee9d4ff63fc1a764434e7bd974d1b.zip |
Extra skill info (#52)
* include more data about skills
* i decided that having manual stuff in skyblock-constants is a bad idea
* Update skills.js
Diffstat (limited to 'test-data-generator')
-rw-r--r-- | test-data-generator/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-data-generator/index.ts b/test-data-generator/index.ts index b0b3ba6..18cefd7 100644 --- a/test-data-generator/index.ts +++ b/test-data-generator/index.ts @@ -42,8 +42,6 @@ async function addConstants() { 'slayers', 'stats', 'zones', - 'manual/skill_xp', - 'manual/skill_xp_easier', ] for (const constantName of constantNames) { const constantData = await constants.fetchJSONConstant(constantName + '.json') |