Commit 09ddcbd608ca4ca12c81df9e97cc254ead83785b
1 parent
964fd559
删除重复字段
Showing
2 changed files
with
0 additions
and
4 deletions
Show diff stats
Datas/pro2d/CatSurvivorMonster.xlsx
No preview for this file type
Defines/pro2d.xml
| ... | ... | @@ -249,10 +249,6 @@ |
| 249 | 249 | |
| 250 | 250 | <bean name="CatSurvivorMonster"> |
| 251 | 251 | <var name="SurvivorId" type="int"/> |
| 252 | - <var name="LuckyCoin" type="int"/> | |
| 253 | - <var name="MapID" type="int"/> | |
| 254 | - <var name="Difficult" type="string"/> | |
| 255 | - <var name="TotalTime" type="int"/> | |
| 256 | 252 | <var name="SurvivorMonsterWave" type="list,SurvivorMonsterWave"/> |
| 257 | 253 | </bean> |
| 258 | 254 | ... | ... |