From 44bf432995b141e95705c4ac7574e707c68b6c79 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Mon, 20 Jul 2026 15:16:53 +0300 Subject: [PATCH] Update Hewdrop-2.0.lua --- Libs/Hewdrop/Hewdrop-2.0.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Libs/Hewdrop/Hewdrop-2.0.lua b/Libs/Hewdrop/Hewdrop-2.0.lua index e203bd3..d83c800 100644 --- a/Libs/Hewdrop/Hewdrop-2.0.lua +++ b/Libs/Hewdrop/Hewdrop-2.0.lua @@ -1,6 +1,6 @@ --[[ Name: Hewdrop-2.0 -Revision: $Rev: 17882 $ +Revision: $Rev: 17883 $ Author(s): ckknight (ckknight@gmail.com) Website: http://ckknight.wowinterface.com/ Documentation: http://wiki.wowace.com/index.php/Hewdrop-2.0 @@ -10,7 +10,7 @@ Dependencies: AceLibrary ]] local MAJOR_VERSION = "Hewdrop-2.0" -local MINOR_VERSION = "$Revision: 17882 $" +local MINOR_VERSION = "$Revision: 17883 $" if not AceLibrary then error(MAJOR_VERSION .. " requires AceLibrary") end if not AceLibrary:IsNewVersion(MAJOR_VERSION, MINOR_VERSION) then return end @@ -593,8 +593,8 @@ local function AcquireLevel(self, level) end else local old_CloseWindows = CloseWindows - function CloseWindows(ignoreCenter) - local found = old_CloseWindows(ignoreCenter) + function CloseWindows(ignoreCenter, frameToIgnore) + local found = old_CloseWindows(ignoreCenter, frameToIgnore) if levels[1]:IsShown() then self:Close() return 1