Skip to content

Commit

Permalink
Prepare v1.7.15 release (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: AdamQQQ <adamqqq@163.com>
  • Loading branch information
adamqqqplay authored Aug 20, 2023
1 parent 5b48c64 commit 8ee8ed3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docs/changelog/changelog_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,11 @@ Update to 7.33c
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.
7. Fix the problem that heroes sometimes get stuck in the secret shop.
v1.7.15(2023.08.20)
Update to 7.33e
1. Fix many heroes abilities.
2. Improved item purchasing system to sell items when inventory is full.
3. Fix runtime error in buyback.
4. Fix minor issues in purchasing and courier.
5. Improve the farming methods of some heroes.
9 changes: 8 additions & 1 deletion docs/changelog/changelog_zh_cn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -456,4 +456,11 @@ v1.7.14(2023.05.27)
4. 修复了加速模式分路的问题,现在可以正在游玩加速模式了。
5. 临时修复了假腿的切换问题。
6. 修复了许多英雄不能使用终极技能的问题。
7. 修复了英雄有时会卡在神秘商店的问题。
7. 修复了英雄有时会卡在神秘商店的问题。
v1.7.15(2023.08.20)
更新至 7.33e
1. 修复多个英雄技能。
2. 改进了物品购买系统,库存满时可以出售物品。
3. 修复买活时的报错。
4. 修复物品购买和信使运送中的小问题。
5. 改进部分英雄的打野方式。
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.14"
local updateDate = "May 27, 2023"
local version = "1.7.15"
local updateDate = "August 20, 2023"

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

0 comments on commit 8ee8ed3

Please sign in to comment.