From 54db65937dfb8a9002e13a31f92f85abc45d749c Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Tue, 30 Nov 2021 23:25:26 +0300 Subject: [PATCH] Add ACTIONBAR_UPDATE_USABLE event for "Action Usable" condition --- WeakAuras/Prototypes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index e624933..015e643 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -3765,6 +3765,7 @@ Private.event_prototypes = { events = { ["events"] = { "SPELL_UPDATE_USABLE", + "ACTIONBAR_UPDATE_USABLE", "PLAYER_TARGET_CHANGED", "RUNE_POWER_UPDATE", "RUNE_TYPE_UPDATE",