-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename to AutoPotion and support for Classic Era (#20)
* Added support for classic Era * Rename Addon to AutoPotion * auto disable legacy addon
- Loading branch information
1 parent
d7d1f17
commit 1601d7c
Showing
9 changed files
with
300 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ jobs: | |
|
||
- name: Create Package | ||
uses: BigWigsMods/packager@v2 | ||
with: | ||
args: -S |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
_G["BINDING_NAME_MACRO HAMHealthPot"] = "Macro HAMHealthPot" | ||
_G["BINDING_NAME_MACRO HAMHealthPot"] = "HAMHealthPot Macro" | ||
_G["BINDING_NAME_MACRO AutoPotion"] = "AutoPotion Macro" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<Bindings> | ||
<Binding name="MACRO HAMHealthPot" category="Healthstone Auto Macro"> | ||
<Binding name="HAMHealthPot Macro" category="Auto Potion"> | ||
-- HAMHealthPot | ||
</Binding> | ||
<Binding name="AutoPotion Macro" category="Auto Potion"> | ||
-- AutoPotion | ||
</Binding> | ||
</Bindings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
local addon, ham = ... | ||
local addonName, ham = ... | ||
|
||
ham.crimsonVialSpell = 185311 | ||
ham.renewal = 108238 | ||
|
Oops, something went wrong.