Bug Fixes
- Fix auto-attack not stopping on ESC /
/stopattack— The deferredCMSG_ATTACK_STOPworkaround (introduced in v4.2.0) was too broad, blocking all stop requests while an attack target was active. Now only defers during the briefWaitingForAttackStartwindow where the race condition can actually corrupt cMangos combat state. (5af5419) - Fix nullable warning in version check endpoint parsing (43ae57b)
- Fix
SO_REUSEADDRto prevent bind failure after restart (51e5305)
CI
- Add version input override to release workflow — Allows specifying an exact version tag (e.g.
v4.2.1) viaworkflow_dispatch, useful for patch releases. (b9f0eb2)
Full Changelog: v4.2.0...v4.2.1