浏览代码

Update changelog

Ivan Savenko 1 年之前
父节点
当前提交
d69e0b23e8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      ChangeLog.md

+ 6 - 0
ChangeLog.md

@@ -4,6 +4,8 @@
 * Fixed crash on creature spellcasting
 * Fixed crash on unit entering magical obstacles such as quicksands
 * Fixed freeze on map loading on some systems
+* Fixed crash on attempt to start campaign with unsupported map
+* Fixed crash on opening creature information window with invalid SPELL_IMMUNITY bonus
 
 ### Random Maps Generator
 * Fixed placement of guards sometimes resulting into open connection into third zone
@@ -12,6 +14,10 @@
 ### Map Editor
 * Fixed inspector using wrong editor for some values
 
+### AI
+* Fixed bug leading to AI not attacking wandering monsters in some cases
+* Fixed crash on using StupidAI for autocombat or for enemy players 
+
 # 1.4.3 -> 1.4.4
 
 ### General