Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
Removed delay for the display to open when opening the bank
added automatic deployment to Wago
  • Loading branch information
Noshei committed Dec 2, 2024
1 parent 9c672f4 commit 8c83ea8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
#WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
#WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
# for github releases, this secret is automatically provided to the workflow
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion Warband-Bank-Log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ end

function WBL:BANKFRAME_OPENED()
WBL.BankOpen = true
C_Timer.After(1, WBL.GetBankData)
WBL:GetBankData()
end

function WBL:GetBankData()
Expand Down
3 changes: 2 additions & 1 deletion Warband-Bank-Log.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
## Title: Warband Bank Log
## Notes: Provides a log of which character added or removed items/gold from the Warband Bank
## Author: Noshei
## Version: 1.0.2
## Version: 1.0.3
## SavedVariables: WarbandBankLogDB, WarbandBankLogSettings
## AddonCompartmentFunc: WarbandBankLog_OnAddonCompartmentClick
## IconTexture: 1505935
## X-Curse-Project-ID: 1150038
## X-Wago-ID: kGr0on6y

embeds.xml

Expand Down

0 comments on commit 8c83ea8

Please sign in to comment.