diff --git a/shared/consts/constModules/sysConst.ts b/shared/consts/constModules/sysConst.ts index 17a92fce1..69f56ee0c 100644 --- a/shared/consts/constModules/sysConst.ts +++ b/shared/consts/constModules/sysConst.ts @@ -33,7 +33,7 @@ export const COUNTER = { ROLE: { name: 'role', def: 1 } }; -export const DEFAULT_HEROES = [44, 46, 56, 53, 19, 32, 40, 24, 28, 22, 18, 17, 34]; +export const DEFAULT_HEROES = [19, 53, 46, 40, 22, 56, 32, 28]; export const DEFAULT_ITEMS = [ { "id": 11004, "count": 99999999 }, { "id": 11013, "count": 999999 },