1
This commit is contained in:
parent
4a46580d16
commit
cff2123d24
@ -463,8 +463,8 @@ class SeasonReward(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['reward_id', 0, '奖励的item id'],
|
['item_id', 0, '奖励的item id'],
|
||||||
['reward_num', 0, '奖励的数量'],
|
['item_num', 0, '奖励的数量'],
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -483,7 +483,9 @@ class SeasonRank(object):
|
|||||||
['score', 0, '积分'],
|
['score', 0, '积分'],
|
||||||
['history_best_score', 0, '历史最高积分'],
|
['history_best_score', 0, '历史最高积分'],
|
||||||
['rank_num', 0, '赛季排位场次'],
|
['rank_num', 0, '赛季排位场次'],
|
||||||
['rank_sort', 0, '赛季序列排行'],
|
['rank_sort', 0, '赛季排行'],
|
||||||
|
['rewardCEC', 0, 'CEC奖励'],
|
||||||
|
['ring_item_id', 0, '奖励戒子 item id,0为无奖励'],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user