add little AH refresh bot to alert about low and high prices

This commit is contained in:
PhatDave
2021-12-05 15:23:20 +01:00
parent f899e14ff8
commit 34256fb7d2
4 changed files with 41 additions and 0 deletions

View 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