Add Ctrl+click minimap ping sending

Ctrl+clicking on the minimap converts screen position to world coordinates
and sends MSG_MINIMAP_PING to the server. A local ping is also added
immediately so the sender sees their own ping.
This commit is contained in:
Kelsi 2026-03-11 23:00:03 -07:00
parent 97662800d5
commit ae8f900410
3 changed files with 48 additions and 0 deletions

View file

@ -388,6 +388,9 @@ public:
// PvP
void togglePvp();
// Minimap ping (Ctrl+click on minimap; wowX/wowY in canonical WoW coords)
void sendMinimapPing(float wowX, float wowY);
// Guild commands
void requestGuildInfo();
void requestGuildRoster();