feat: document mouseover and @ target syntax in /macrohelp

Add [target=mouseover] and the @ shorthand syntax (@focus, @pet,
@mouseover, @player, @target) to the /macrohelp output. These are
commonly used for mouseover healing macros and were already supported
but not documented in the in-game help.
This commit is contained in:
Kelsi 2026-03-20 09:32:14 -07:00
parent 52d8da0ef0
commit 6b61d24438

View file

@ -6165,7 +6165,8 @@ void GameScreen::sendChatMessage(game::GameHandler& gameHandler) {
"Spec: [spec:1] [spec:2] (active talent spec, 1-based)",
" (prefix no- to negate any condition)",
"Target: [harm] [help] [exists] [noexists] [dead] [nodead]",
" [target=focus] [target=pet] [target=player]",
" [target=focus] [target=pet] [target=mouseover] [target=player]",
" (also: @focus, @pet, @mouseover, @player, @target)",
"Form: [noform] [nostance] [form:0]",
"Keys: [mod:shift] [mod:ctrl] [mod:alt]",
"Aura: [buff:Name] [nobuff:Name] [debuff:Name] [nodebuff:Name]",