Skip to content

Commit

Permalink
Prepare v1.7.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamqqqplay committed Oct 5, 2021
1 parent 7d4b486 commit 4f5b601
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion changelog/changelog_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,9 @@ v1.7.8 (2021.09.05)
3. Update warding position for 7.30.
4. Fix the issue of AI selecting lane in the early game.
5. Fix many abilities that could not be used.
6. Temporarily remove Hoodwink.
6. Temporarily remove Hoodwink.
v1.7.9 (2021.10.05)
1. Add team purchase mechanism of Mekansm, Dust and Guardian Greaves.
2. Try to fix the issue where the illusion can use abilities.
3. Fix the issue of Medusa, Clinkz, Drow ranger, Silencer can not auto cast abilities.
4. Fix many small issues.
7 changes: 6 additions & 1 deletion changelog/changelog_zh_cn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,9 @@ v1.7.8 (2021.09.05)
3. 更新了7.30的插眼位置。
4. 修复游戏前期AI选择分路的问题。
5. 修复了许多不能正常使用的技能。
6. 临时移除森海飞霞。
6. 临时移除森海飞霞。
v1.7.9 (2021.10.05)
1. 增加了梅肯斯姆,显影之尘和卫士胫甲的团队购买机制。
2. 尝试修复幻象可以使用技能的问题。
3. 修复了美杜莎、克林克兹、卓尔游侠和沉默术士无法自动施放技能的问题。
4. 修复了许多小问题。
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.8"
local updateDate = "September 5, 2021"
local version = "1.7.9"
local updateDate = "October 5, 2021"

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

0 comments on commit 4f5b601

Please sign in to comment.