Commit 2d51d98699958b4ee9a3e17350a90116caf88b05
1 parent
8c129d76
Store相关表格
Showing
6 changed files
with
3 additions
and
3 deletions
Show diff stats
Datas/__enums__.xlsx
No preview for this file type
Datas/common/FUIPanel.xlsx
No preview for this file type
Datas/pro2d/ItemData.xlsx
No preview for this file type
Datas/pro2d/RechargeDatas.xlsx
No preview for this file type
Datas/pro2d/StoreDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -200,12 +200,12 @@ |
200 | 200 | <var name="GoodsName" type="string"/> |
201 | 201 | <var name="GoodsDescription" type="string"/> |
202 | 202 | <var name="GoodsItems" type="string"/> |
203 | - <var name="GoodsStar" type="int"/> | |
204 | - <var name="GoodsCurrency" type="int"/> | |
203 | + <var name="GoodsStar" type="int"/> | |
204 | + <var name="GoodsCurrency" type="int"/> | |
205 | 205 | <var name="GoodsBuyPrice" type="int"/> |
206 | 206 | <var name="GoodsSellPrice" type="int"/> |
207 | 207 | <var name="GoodsBuyLimit" type="int"/> |
208 | - <var name="GoodsImage" type="string"/> | |
208 | + <var name="LimitResetCycle" type="long"/> | |
209 | 209 | </bean> |
210 | 210 | |
211 | 211 | <bean name="StoreDatas"> | ... | ... |