创建角色时加入默认武将

This commit is contained in:
liangtongchuan
2020-10-17 13:49:47 +08:00
parent c5f07ae36b
commit 76a6259fbc
2 changed files with 29 additions and 1 deletions
+3 -1
View File
@@ -101,4 +101,6 @@ export const WAR_JSON_ATTRIBUTE_TYPE = {
"17": "ap" // 怒气
};
export const EVENT_QUIZ_NUM = 3;
export const EVENT_QUIZ_NUM = 3;
export const DEFAULT_HEROES = [19, 312, 314, 311, 309, 315];