View Single Post
08/02/19, 07:21 AM   #10
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Suppressing pings works on a per unit tag base for the group pings. You'd need to call it once for each possible group member like so:
Code:
/script for i=1, 24 do LibMapPing:SuppressPing(MAP_PIN_TYPE_PING, GetGroupUnitTagByIndex(i)) end
  Reply With Quote