refactor: 删除 4366 平台相关配置和代码
- 移除 Login4366 和 Platform4366 配置文件 - 删除 ActivityType10016.lua 中的 4366 平台相关逻辑 - 从 GameConfigs.txt 中移除 4366 平台配置的引用
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
--P-平台福利4366.xlsx 连登礼包
|
||||
Login4366Config={
|
||||
[1] = {
|
||||
day = 1,
|
||||
reward = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000}},
|
||||
},
|
||||
[2] = {
|
||||
day = 2,
|
||||
reward = {{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}},
|
||||
},
|
||||
[3] = {
|
||||
day = 3,
|
||||
reward = {{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000}},
|
||||
},
|
||||
[4] = {
|
||||
day = 4,
|
||||
reward = {{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}},
|
||||
},
|
||||
[5] = {
|
||||
day = 5,
|
||||
reward = {{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000}},
|
||||
},
|
||||
[6] = {
|
||||
day = 6,
|
||||
reward = {{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000}},
|
||||
},
|
||||
[7] = {
|
||||
day = 7,
|
||||
reward = {{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000}},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user