Skip to content

Commit

Permalink
Prepare v1.7.14 release
Browse files Browse the repository at this point in the history
Signed-off-by: AdamQQQ <[email protected]>
  • Loading branch information
adamqqqplay committed May 27, 2023
1 parent 95c850c commit c55a261
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
11 changes: 10 additions & 1 deletion docs/changelog/changelog_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,13 @@ Update to 7.32e
1. Update item building lists.
2. Update ability and talent building lists.
3. Include Ti10 and Ti11 finalists in the bot naming pool.
4. Fix talent building lists for some heroes.
4. Fix talent building lists for some heroes.
v1.7.14(2023.05.27)
Update to 7.33c
1. Improve the behavior of hero Buyback.
2. Improve the mechanism and desire calculation of push mode.
3. Improve the behavior of ward mode and rune mode at the beginning of the game.
4. Fix lane assignment in turbo mode, and now you can play the turbo mode.
5. Fix power treads switching issue temporary.
6. Fix the problem that many heroes could not use ultimate skills.
7. Fix the problem that heroes sometimes get stuck in the secret shop.
11 changes: 10 additions & 1 deletion docs/changelog/changelog_zh_cn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,13 @@ v1.7.13(2023.04.19)
1. 更新英雄的物品构建列表。
2. 更新英雄的技能和天赋加点。
3. 在bot命名池中增加Ti10和Ti11决赛日队伍名单。
4. 修正部分英雄的天赋树选择。
4. 修正部分英雄的天赋树选择。
v1.7.14(2023.05.27)
更新至7.33c
1. 改进英雄买活的行为。
2. 改进推进模式的机制和欲望计算。
3. 改进游戏开始时的插眼模式和神符模式的行为。
4. 修复了加速模式分路的问题,现在可以正在游玩加速模式了。
5. 临时修复了假腿的切换问题。
6. 修复了许多英雄不能使用终极技能的问题。
7. 修复了英雄有时会卡在神秘商店的问题。
4 changes: 2 additions & 2 deletions util/ChatSystem.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local BotsInit = require("game/botsinit")
local M = BotsInit.CreateGeneric()

local version = "1.7.13"
local updateDate = "April 19, 2023"
local version = "1.7.14"
local updateDate = "May 27, 2023"

local announceFlag = false
function M.SendVersionAnnouncement()
Expand Down

0 comments on commit c55a261

Please sign in to comment.