Skip to content

Commit

Permalink
unit characteristics - disable summon pending for classic
Browse files Browse the repository at this point in the history
since it doesn't exist :< Fixes #5580
  • Loading branch information
emptyrivers authored and mrbuds committed Dec 13, 2024
1 parent 72d3da5 commit 3c64fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WeakAuras/Prototypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2476,6 +2476,8 @@ Private.event_prototypes = {
display = L["Summon Pending"],
type = "tristate",
width = WeakAuras.doubleWidth,
enable = WeakAuras.IsRetail(),
hidden = not WeakAuras.IsRetail(),
init = "C_IncomingSummon.HasIncomingSummon(unit)",
store = true,
conditionType = "bool",
Expand Down

0 comments on commit 3c64fcd

Please sign in to comment.