Skip to content

Commit a816e4f

Browse files
authored
fix: mega z naming (#931)
1 parent 1ab5309 commit a816e4f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/util/util.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,8 @@
588588
"1": "Mega {0}",
589589
"2": "Mega {0} X",
590590
"3": "Mega {0} Y",
591-
"4": "Primal {0}"
591+
"4": "Primal {0}",
592+
"5": "Mega {0} Z"
592593
},
593594
"evolution": {
594595
"0": {
@@ -605,6 +606,9 @@
605606
},
606607
"4": {
607608
"name": "Primal"
609+
},
610+
"5": {
611+
"name": "Mega Z"
608612
}
609613
},
610614
"throwType": {

0 commit comments

Comments
 (0)