Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb

This commit is contained in:
aozhiwei 2024-03-21 21:04:37 +08:00
commit 0d36b4f958

View File

@ -166,8 +166,8 @@ class UserBattleInfo(object):
def __init__(self):
self.fields = [
['user_info', [UserInfo()], '用户信息'],
['hero_info', [Hero()], '上阵英雄信息'],
['user_info', UserInfo(), '用户信息'],
['hero_info', Hero(), '上阵英雄信息'],
]
class HonorInfo(object):