Skip to content

Fix: Custom Order buffs render in the wrong order on raid frames - #2078

Open
svart2521 wants to merge 1 commit into
EllesmereGaming:mainfrom
svart2521:custom-buff-order-not-applied-on-raid-frames
Open

Fix: Custom Order buffs render in the wrong order on raid frames#2078
svart2521 wants to merge 1 commit into
EllesmereGaming:mainfrom
svart2521:custom-buff-order-not-applied-on-raid-frames

Conversation

@svart2521

Copy link
Copy Markdown
Contributor

Bug: https://discord.com/channels/585577383847788554/1548533049648619550

Issue: AuraContainerSortMethod.Default reordered Custom Order's per-spell engine groups across the whole container, ignoring each group's own layoutIndex, even though the saved spellOrder arrangement itself was correct end to end.

Fix: Segmented Custom Order groups now use AuraContainerSortMethod.AuraInstanceIDOnly instead of Default, which respects layoutIndex.

Bug:

Issue: AuraContainerSortMethod.Default reordered Custom Order's per-spell engine groups across the whole container, ignoring each group's own layoutIndex, even though the saved spellOrder arrangement itself was correct end to end.
Fix: Segmented Custom Order groups now use AuraContainerSortMethod.AuraInstanceIDOnly instead of Default, which respects layoutIndex; confirmed live that the arranged order now renders correctly.
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.

1 participant