add little AH refresh bot to alert about low and high prices
This commit is contained in:
6
NewAge/AHBot/EveryFrameThrottled.lua
Normal file
6
NewAge/AHBot/EveryFrameThrottled.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
function()
|
||||
if not aura_env.last or aura_env.last < GetTime() - aura_env.throttleTime then
|
||||
aura_env.last = GetTime()
|
||||
AuctionHouseFrame.SearchBar.FavoritesSearchButton:Click()
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user