File Details
MarkTarget_08-06-26.zip
- R
- Jun 8, 2026
- 22.28 KB
- 779
- 5.5.4+2
- Classic + 2
File Name
MarkTarget_08-06-26.zip
Supported Versions
- 5.5.4
- 2.5.5
- 1.15.8
[4.14] - 2026-06-08
Added
-
Slash commands:
lock/unlock— lock or unlock the mark panel from chat (same state as the panel lock button and settings checkbox).
Fixed
-
Saved booleans:
isMarkPanelShown,isPanelLocked,modifierAutoMark,showLockButton, andallowMarkInCombatare validated as real booleans on load (corrupted saves no longer stay truthy as strings). -
Settings lock checkbox: stays in sync when you toggle lock on the panel while the settings window is open.
Changed
-
Modifier auto-mark / key binding: skips
SetRaidTargetwhen the target already has the default mark (fewer redundant API calls; panel clicks unchanged). -
Opacity / scale apply:
ApplyPanelAlphaandApplyPanelScaleclamp values and callInitializeSettings()before writing. -
Lock tooltip / modifier events: read settings through
InitializeSettings()for consistent defaults.
Localization
-
SLASH_CMD_LOCK,SLASH_CMD_UNLOCK,SLASH_LOCK_OK,SLASH_UNLOCK_OKin enUS; full mirroring for ruRU and ukUA.

