Skip to content

Commit dff2674

Browse files
committed
Add keybinding for the Revive/Bandage actions.
1 parent 9faf46a commit dff2674

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ProjectAzilroka/Bindings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Bindings>
2+
<Binding category="BINDING_HEADER_ENHANCEDPETBATTLEUI" name="SPELL Revive Battle Pets"/>
3+
<Binding category="BINDING_HEADER_ENHANCEDPETBATTLEUI" name="ITEM Battle Pet Bandage"/>
4+
</Bindings>

ProjectAzilroka/Modules/EnhancedPetBattleUI.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ end
55

66
local EPB = PA:NewModule("EnhancedPetBattleUI", "AceEvent-3.0")
77
_G.EnhancedPetBattleUI, PA.EnhancedPetBattleUI = EPB, EPB
8+
_G.BINDING_HEADER_ENHANCEDPETBATTLEUI = "EnhancedPetBattleUI"
89

910
EPB.Title, EPB.Description, EPB.Authors, EPB.isEnabled =
1011
"EnhancedPet Battle UI", ACL["An enhanced UI for pet battles"], "Azilroka", false

0 commit comments

Comments
 (0)