diff --git a/doc/_common.py b/doc/_common.py index 24f490cd..9a0ec6bb 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -1037,7 +1037,7 @@ class BattleItem(object): def __init__(self): self.fields = [ ['item_id', 0, '道具id'], - ['item_num', 0, '道具数量'], + ['use_num', 0, '道具使用数量'], ]