Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smallpatches #5460

Merged
merged 7 commits into from
Oct 3, 2024
Merged

Smallpatches #5460

merged 7 commits into from
Oct 3, 2024

Conversation

InfusOnWoW
Copy link
Contributor

No description provided.

Since the item type is a required setting, the user can't toggle between
single and multi-selection. That is multiselection and required are
incompatible with each other.

But the only instance of that is the item type trigger, so instead force
the trigger to multi-selection.

Fixes: WeakAuras#5443
@@ -3677,7 +3677,7 @@ Private.event_prototypes = {
if powerType == 4 then
table.insert(ret, [[
local power = GetComboPoints(unit, unit .. '-target')
local total = math.max(1, UnitPowerMax(unit, 14))
local total = math.max(1, UnitPowerMax(unit, 4))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
🤔 what was powertype 14 before it was obsoleted?

@@ -511,6 +511,7 @@ templates.class.WARRIOR = {
{ spell = 7384, type = "ability", charges = true, buff = true, overlayGlow = true, requiresTarget = true, talent = 112123 }, -- Overpower
{ spell = 12294, type = "ability", overlayGlow = true, requiresTarget = true, talent = 112122 }, -- Mortal Strike
{ spell = 12323, type = "ability", debuff = true, talent = 112210 }, -- Piercing Howl
{ spell = 167105, type = "ability", requiresTarget = true }, -- Colossus Smash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move this after Execute and add , debuff = true?

* Set Progress Source settings to default collapsed, it's usually not something
  people will want to touch.
* Set Position settings to default collapsed. This is a bit more
  controversial, but imho most editing of auras does not involve those.
* Set Sub Element settings to default collapsed.
@InfusOnWoW InfusOnWoW merged commit 514f3b4 into WeakAuras:main Oct 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants