|
|
|
|
@ -34,7 +34,7 @@ local function eventHandler(event)
|
|
|
|
|
-- auction house was closed, make sure all scanning is stopped |
|
|
|
|
AuctionScanning:UnregisterEvent("AUCTION_ITEM_LIST_UPDATE") |
|
|
|
|
private.auctionHouseShown = false |
|
|
|
|
DoCallback("INTERRUPTED") |
|
|
|
|
DoCallback("INTERRUPTED", private.data) |
|
|
|
|
private:StopScanning() |
|
|
|
|
elseif event == "AUCTION_ITEM_LIST_UPDATE" then |
|
|
|
|
-- gets called whenever the AH window is updated (something is shown in the results section) |
|
|
|
|
|