diff --git a/bin/json/game_skillatk.json b/bin/json/game_skillatk.json index 9f18ae459..7260a44a8 100644 --- a/bin/json/game_skillatk.json +++ b/bin/json/game_skillatk.json @@ -26354,7 +26354,7 @@ "IsMelee": 1, "act": "Skill_3", "Type": 1, - "CD": 5, + "CD": 6, "Where": [], "Target": 2, "ChildSkill": { @@ -26422,7 +26422,7 @@ "IsMelee": 1, "act": "Skill_3", "Type": 1, - "CD": 5, + "CD": 4, "Where": [], "Target": 2, "ChildSkill": { diff --git a/bin/json/game_topuiconfig.json b/bin/json/game_topuiconfig.json index 8330f06a1..81b226472 100644 --- a/bin/json/game_topuiconfig.json +++ b/bin/json/game_topuiconfig.json @@ -422,7 +422,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -796,7 +796,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -852,7 +852,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -1234,7 +1234,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -1275,7 +1275,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -1574,7 +1574,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -1611,7 +1611,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 } ] }, @@ -1694,7 +1694,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -1796,7 +1796,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -1872,7 +1872,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -1998,7 +1998,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -2388,7 +2388,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -2430,7 +2430,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", @@ -3046,7 +3046,7 @@ { "a": "attr", "t": "gold", - "n": 0 + "n": 1 }, { "a": "attr", diff --git a/services/cmd/main.go b/services/cmd/main.go index 37f1cbe7d..397aff427 100644 --- a/services/cmd/main.go +++ b/services/cmd/main.go @@ -420,7 +420,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str sseting.Sys["rpcx"]["RpcxStartType"] = 2 if config.BattleAddr != "" { sseting.Modules["battle"] = map[string]interface{}{ - "OpenCheck": config.BattleOpen, + "OpenCheck": true, "BattleServerAddr": config.BattleAddr, }