diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d2eaa925..af3c02094b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.26.1](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.26.1) (2023/01/03) + +[Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.25.0...v2.25.1) + +## What's Changed +### Fixed Crashes +- Fix crash with Petrified Blood and eHP ([QuickStick123](https://github.com/QuickStick123)) + ## [v2.26.0](https://github.com/PathOfBuildingCommunity/PathOfBuilding/tree/v2.26.0) (2023/04/03) [Full Changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.25.1...v2.26.0) diff --git a/changelog.txt b/changelog.txt index bc110b889c..9d63dc46ee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +VERSION[2.26.1][2023/04/03] + +--- Fixed Crashes --- +* Fix crash with Petrified Blood and eHP (QuickStick123) + VERSION[2.26.0][2023/04/03] --- 3.21 Changes --- diff --git a/manifest.xml b/manifest.xml index 518cfcc02a..13216ea141 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,11 +1,11 @@ - + - + @@ -195,7 +195,7 @@ - + diff --git a/src/Modules/CalcDefence.lua b/src/Modules/CalcDefence.lua index 98b8ee0b1a..5b168a96dc 100644 --- a/src/Modules/CalcDefence.lua +++ b/src/Modules/CalcDefence.lua @@ -1906,6 +1906,7 @@ function calcs.defence(env, actor) Life = output.LifeRecoverable or 0, LifeLossLostOverTime = output.LifeLossLostOverTime or 0, LifeBelowHalfLossLostOverTime = output.LifeBelowHalfLossLostOverTime or 0, + PoolsLost = { } } if DamageIn["cycles"] == 1 then