v2021.06.02
MishimaHaruna
released this
02 Jun 23:13
·
1544 commits
to stable
since this release
Added
- Added diagnostic checks around map free blocks when asan is on, to track bl double free issues. (#3005)
- Added support for checking the clients' supported features through client flags (requires a client patched with the SendClientFlags patch - currently supports
ENABLE_CASHSHOP_PREVIEW_PATCH
only, more to come later). See thelogin_configuration/permission/check_client_flags
andlogin_configuration/permission/report_client_flags_error
settings inlogin-server.conf
. (#3001) - Added support for the Rebellion skills. (#2997)
Changed
- Updated the cooldown of Neutral Barrier (
NC_NEUTRALBARRIER
) to depend on the skill level. (#2934) - Changed
successremovecards()
to automatically re-equip the item, for consistency withfailedremovecards()
. (part of #3004)
Fixed
- Fixed an issue that prevented dual monster races from completing. (#2990, issue #2989)
- Fixed a crash with evolved homunculi. (#3008)
- Fixed mapflags in instanced maps not getting reloaded correctly after scripts are reloaded. (#3003, issue #3002)
- Fixed the visual effect of Killing Cloud (
SO_CLOUD_KILL
). (#2980, issue #2978) - Fixed a regression in Ankle Snare (
HT_ANKLESNARE
) caused by a recent Manhole update. (#2965, issue #2964) - Fixed an issue that prevented a character from equipping items after attempting to use the Refine skill with no refinable items in inventory. (#3007)
- Fixed an issue that prevented the automatic re-equipping of items by
failedremovecards()
setequipoption()
. (#3004)