This commit is contained in:
hujiabin 2024-01-11 15:44:49 +08:00
parent 9222f42909
commit a8c7484255

View File

@ -145,7 +145,7 @@ class Hero(object):
],
'response': [
_common.RspHead(),
[['cost', [], '所需道具'],
['cost', [], '所需道具'],
]
},{
'name': 'upgradeQuality',
@ -158,7 +158,7 @@ class Hero(object):
],
'response': [
_common.RspHead(),
[['property_chg', _common.PropertyChg(), '属性变更'],
['property_chg', _common.PropertyChg(), '属性变更'],
]
},