Skip to content

Commit

Permalink
Prepare v1.7.16 release (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Archer Wayne <archerwayne1216@gmail.com>
  • Loading branch information
ArcherWayne authored Dec 11, 2023
1 parent 5bc0150 commit 8d6796a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion docs/changelog/changelog_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,10 @@ Update to 7.33e
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.
5. Improve the farming methods of some heroes.
v1.7.16(2023.12.11)
1. Update the builds of some heroes to 7.34e.
2. Fix casting issues of Centaur Warrunner and Tusk.
3. Fix casting issues of Orge Magi.
4. Improve items purchase behavior.
5. Fix certain runtime errors.
8 changes: 7 additions & 1 deletion docs/changelog/changelog_zh_cn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,10 @@ v1.7.15(2023.08.20)
2. 改进了物品购买系统,库存满时可以出售物品。
3. 修复买活时的报错。
4. 修复物品购买和信使运送中的小问题。
5. 改进部分英雄的打野方式。
5. 改进部分英雄的打野方式。
v1.7.16(2023.12.11)
1. 部分英雄加点和出装更新至7.34e。
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.15"
local updateDate = "August 20, 2023"
local version = "1.7.16"
local updateDate = "December 11, 2023"

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

0 comments on commit 8d6796a

Please sign in to comment.