diff SkeletonKey/HotKey.lua @ 54:a545933ddf3d

- pet ability binding macro now contains a /cast line for all known abilities with the same subtext, fixing an issue where swapping pets during combat breaks the key binding
author Nenue
date Sun, 21 Aug 2016 03:13:32 -0400
parents 1aba8a6fd4a9
children 9eebce04e69b
line wrap: on
line diff
--- a/SkeletonKey/HotKey.lua	Fri Aug 19 10:47:06 2016 -0400
+++ b/SkeletonKey/HotKey.lua	Sun Aug 21 03:13:32 2016 -0400
@@ -80,6 +80,7 @@
   hotkey.wrapEvent('UNIT_PET', 'pet')
 end
 
+
 hotkey.init = function()
   hooksecurefunc("ActionBarButtonEventsFrame_RegisterFrame", hotkey.RegisterFrame)
 end