You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ Additional documentation and release notes are available at [Multiplayer Documen
20
20
### Cleanup
21
21
* Removed ParrelSync from the project
22
22
23
+
### Fixed
24
+
* Fix a Healer ability doesn't work (#893)
25
+
* Changed the way characters are oriented when using skills.
26
+
* Added the GetTotalDamage API to the IDamagble interface. This number is your maximum health minus your current health.
27
+
* Changed the way MeleeAction selects a target when there are multiple targets to collide with. The target with the highest GetTotalDamage value (mentioned above) will be selected.
0 commit comments