From 6b61d24438836fca3b7bf4936d10d64e454adc36 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Fri, 20 Mar 2026 09:32:14 -0700 Subject: [PATCH] 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. --- src/ui/game_screen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/game_screen.cpp b/src/ui/game_screen.cpp index 929452f5..392053be 100644 --- a/src/ui/game_screen.cpp +++ b/src/ui/game_screen.cpp @@ -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]",