ArenaLeaveConfirmer

Arena

Skips arena leave confirmation dialog

WoW 12.0.1 Needs Update

Trend Explorer

Recent download momentum

Hourly download deltas for the last 48 hours.

Latest hour +0 Jun 2, 11 AM
Peak hour +0 Jun 4, 9 AM
Average +0 per hour

About this addon

What it does

ArenaLeaveConfirmer skips the confirmation popup which would normally appear when leaving arena, effectively reverting the change Blizzard made for patch 5.1.  It also skips the confirmation popup for surrendering.  Its entire code is the following:

local function ArenaLeaveConfirm(self)
    if IsActiveBattlefieldArena() or GetBattlefieldWinner() then
        self.button1:Click()
    end
end

hooksecurefunc(StaticPopupDialogs["CONFIRM_LEAVE_BATTLEFIELD"],"OnShow",ArenaLeaveConfirm)

hooksecurefunc(StaticPopupDialogs["CONFIRM_SURRENDER_ARENA"],"OnShow",ArenaLeaveConfirm)

At-a-glance numbers

Performance highlights

  • Peaked at Hot #3199 on May 22, 2026.
  • Peaked at Rising #4663 on May 10, 2026.
  • Featured on the Hot list across 4 distinct weeks.
  • Shipped 1 release in the last 30 days.

Discover more

Keep exploring

Similar addons you might also want to check out.