【先遣配置】修改打包和战斗校验服分支配置
parent
feae377b4f
commit
7b11453894
|
@ -27,9 +27,9 @@ public class AutoPack : EditorWindow
|
|||
new string[]{ "灵动商务", "Logo_mht_sw", "MHT_GN_SW" , "china/mht_sw"},
|
||||
|
||||
//先遣
|
||||
new string[]{ "跨服", "LogoChinaXQCS", "MHT_GN_KUAFU", "china/test"},
|
||||
new string[]{ "先遣-测试", "LogoChinaXQCS", "MHT_GN_XQ_TEST", "china/test"},
|
||||
new string[]{ "先遣", "LogoChinaXQ", "MHT_GN_XQ", "china/test"},
|
||||
new string[]{ "跨服", "LogoChinaXQCS", "MHT_GN_KUAFU", "china/xq"},
|
||||
new string[]{ "先遣-测试", "LogoChinaXQCS", "MHT_GN_XQ_TEST", "china/xq"},
|
||||
new string[]{ "先遣", "LogoChinaXQ", "MHT_GN_XQ", "china/xq"},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ namespace GameEditor.Core.DataConfig
|
|||
{
|
||||
ServerBattleConfig.Clear();
|
||||
ServerBattleConfig.Add("china/dev", "test");
|
||||
ServerBattleConfig.Add("china/test", "master_zh_test");
|
||||
ServerBattleConfig.Add("china/xq", "master_zh_test");
|
||||
ServerBattleConfig.Add("china/zf_test", "master_zh_online_special");
|
||||
m_CurGitBench = GitUtil.GetCurBenchName();
|
||||
ServerBattleConfig.TryGetValue(m_CurGitBench, out m_CurServerBattlePath);
|
||||
|
|
Loading…
Reference in New Issue