This commit is contained in:
meixiongfeng 2024-02-06 13:49:30 +08:00
commit 3d5c66d73d
3 changed files with 17 additions and 17 deletions

View File

@ -26354,7 +26354,7 @@
"IsMelee": 1, "IsMelee": 1,
"act": "Skill_3", "act": "Skill_3",
"Type": 1, "Type": 1,
"CD": 5, "CD": 6,
"Where": [], "Where": [],
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {
@ -26422,7 +26422,7 @@
"IsMelee": 1, "IsMelee": 1,
"act": "Skill_3", "act": "Skill_3",
"Type": 1, "Type": 1,
"CD": 5, "CD": 4,
"Where": [], "Where": [],
"Target": 2, "Target": 2,
"ChildSkill": { "ChildSkill": {

View File

@ -422,7 +422,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -796,7 +796,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -852,7 +852,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -1234,7 +1234,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -1275,7 +1275,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -1574,7 +1574,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -1611,7 +1611,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
} }
] ]
}, },
@ -1694,7 +1694,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -1796,7 +1796,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -1872,7 +1872,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -1998,7 +1998,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -2388,7 +2388,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -2430,7 +2430,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",
@ -3046,7 +3046,7 @@
{ {
"a": "attr", "a": "attr",
"t": "gold", "t": "gold",
"n": 0 "n": 1
}, },
{ {
"a": "attr", "a": "attr",

View File

@ -420,7 +420,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str
sseting.Sys["rpcx"]["RpcxStartType"] = 2 sseting.Sys["rpcx"]["RpcxStartType"] = 2
if config.BattleAddr != "" { if config.BattleAddr != "" {
sseting.Modules["battle"] = map[string]interface{}{ sseting.Modules["battle"] = map[string]interface{}{
"OpenCheck": config.BattleOpen, "OpenCheck": true,
"BattleServerAddr": config.BattleAddr, "BattleServerAddr": config.BattleAddr,
} }