Skip to content

Commit

Permalink
Prepare v1.7.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamqqqplay committed May 4, 2022
1 parent ce1c785 commit ca13ddd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
15 changes: 14 additions & 1 deletion changelog/changelog_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,17 @@ 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.
4. Fix many small issues.
v1.7.10 (2022.05.04)
Update to 7.31b
1. Fix Doom not using abilities.
2. Fix the abilities usage of Tusk and Ember Spirit.
3. Fix Shadow Demon, Nyx Assasin casting certain abilities on creep heroes.
4. Fix Omniknight never using Purification on damaged allies when mana is enough.
5. Ogre Magi now prefers to use Bloodlust on allies with higher battle power.
6. Decrease the desire of Zeus to use Thundergods Wrath at far enemies.
7. Decrease Necrophos and Zeus (again) use ultimate to steal kills.
8. Temporarily Disable Brewmaster Drunken Brawler.
9. Fix Faceless Void item building.
10. Remove Battle Fury and Radiance from item building lists of some heroes.
11. Add Arcane Boots and Guardian Greaves to team purchase lists.
15 changes: 14 additions & 1 deletion changelog/changelog_zh_cn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,17 @@ v1.7.9 (2021.10.05)
1. 增加了梅肯斯姆,显影之尘和卫士胫甲的团队购买机制。
2. 尝试修复幻象可以使用技能的问题。
3. 修复了美杜莎、克林克兹、卓尔游侠和沉默术士无法自动施放技能的问题。
4. 修复了许多小问题。
4. 修复了许多小问题。
v1.7.10 (2022.05.04)
更新至7.31b
1. 修复末日不使用技能的问题。
2. 修复巨牙海民和灰烬之灵的技能使用问题。
3. 修复暗影恶魔,司夜刺客对小兵英雄施放某些技能的问题。
4. 修复全能骑士在法力足够的情况下不会对受伤友军使用净化的问题。
5. 食人魔魔法师现在更倾向于对战斗力较高的队友使用嗜血。
6. 降低宙斯对远方敌人使用雷神之怒的欲望。
7. 降低死灵法师和宙斯使用终极技能抢人头的问题。
8. 暂时禁用酒仙醉拳。
9. 修复虚空假面的物品构建。
10. 从部分英雄的物品列表中移除狂战斧和辉耀。
11. 现在将会在团队中合理购买秘法鞋和卫士胫甲。
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.10"
local updateDate = "May 4, 2022"

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

0 comments on commit ca13ddd

Please sign in to comment.