other fixes

Arcadei
This commit is contained in:
Paolo Arena
2022-10-22 15:38:15 +02:00
parent 9f5bbb188a
commit 8a7767e3a4
6 changed files with 63 additions and 14 deletions

View File

@@ -412,7 +412,7 @@ module.exports = {
FREEPLANET: '1',
AYNI: '7',
CNM: '10',
PDNM: '12',
ARCADEI: '14',
RISO: '13',
HELP_CHAT: '',

View File

@@ -495,8 +495,10 @@ module.exports = {
],
CIRCUIT_STATUS: {
FASE1_CREAZIONE_GRUPPO: 0,
FASE2_MONETA_ABILITATA: 1,
FASE0: 0,
FASE1_CREAZIONE_GRUPPO: 1,
FASE2_ORGANIZZAZIONE: 2,
FASE3_MONETA_ABILITATA: 3,
},
};