View Single Post
03-18-24, 12:42 PM   #1
atshn
A Deviate Faerie Dragon
Join Date: Feb 2024
Posts: 19
Player corpse tooltip

Might be an odd request but is it possible to hide the tooltip that shows when mousing over a player's corpse (on Hardcore if that matters). This is what I'm using to hide the tooltip when mousing over a player, but it doesn't work on player corpses.

Code:
GameTooltip:SetScript("OnTooltipSetUnit",function(self)GameTooltip:Hide()end)
  Reply With Quote