feat(FirstLogin): 更新首次登录奖励物品配置
- 将首次登录奖励中的物品 ID 从 1248 更改为 1270 - 此更改适用于战士、巫师和魔法师的奖励列表
This commit is contained in:
@@ -9,7 +9,7 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1248,count=1}
|
||||
{type=0,id=1270,count=1}
|
||||
},
|
||||
wizardItemList = {
|
||||
{type=0,id=239,count=6},
|
||||
@@ -18,7 +18,7 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1248,count=1}
|
||||
{type=0,id=1270,count=1}
|
||||
},
|
||||
magicianItemList = {
|
||||
{type=0,id=239,count=6},
|
||||
@@ -27,6 +27,6 @@ FirstLoginConf={
|
||||
{type=0,id=459,count=1},
|
||||
{type=0,id=1165,count=3},
|
||||
{type=3,id=3,count=666},
|
||||
{type=0,id=1248,count=1}
|
||||
{type=0,id=1270,count=1}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user