View Single Post
11-04-22, 06:42 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
It would be something like this
Lua Code:
  1. for _, btn in pairs(PetActionBar.actionButtons) do
  2.     hooksecurefunc(btn, "SetHotkeys", HotkeyReplace)
  3. end
  Reply With Quote