Fix for Headless Horseman Crash
I don’t know about you, but I’m tired of crashing every time I mouse over the Pumpkin Shrine during the Headless Horseman event. One workaround that seems to have worked is the following.
- When you enter the dungeon, issue the following script command in your chat window:
/script GameTooltip.Temphide = function() GameTooltip:Hide() end; GameTooltip:SetScript(“OnShow”, GameTooltip.Temphide);
This will disable tooltips.
- Once you’ve finished the encounter, you can turn tooltips back on with the following:
/script GameTooltip:SetScript(“OnShow”, GameTooltip.Show);
Here’s the blue post on the problem in the enormous Headless Horseman thread.


Leave a Reply