aboutsummaryrefslogtreecommitdiff
path: root/test-data-generator/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test-data-generator/index.ts')
-rw-r--r--test-data-generator/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-data-generator/index.ts b/test-data-generator/index.ts
index c8009c1..78493f1 100644
--- a/test-data-generator/index.ts
+++ b/test-data-generator/index.ts
@@ -54,7 +54,8 @@ async function addConstants() {
'stats',
'values',
'zones',
- 'harp_songs'
+ 'harp_songs',
+ 'max_minion_tiers'
]
for (const constantName of constantNames) {
const constantData = await constants.fetchJSONConstant(constantName + '.json')