diff options
Diffstat (limited to 'sdvx/sdvx_csv_to_tachi.py')
| -rw-r--r-- | sdvx/sdvx_csv_to_tachi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdvx/sdvx_csv_to_tachi.py b/sdvx/sdvx_csv_to_tachi.py index 062b0f4..b15858d 100644 --- a/sdvx/sdvx_csv_to_tachi.py +++ b/sdvx/sdvx_csv_to_tachi.py @@ -10,7 +10,7 @@ DIFFICULTY_MAPPING = { "GRAVITY": "GRV", "HEAVENLY": "HVN", "VIVD": "VVD", - "EXCEED": "EXCEED", + "EXCEED": "XCD", "MAXIMUM": "MXM" } |
