Skip to content

upvalue globals#431

Open
Alessandro-Barbieri wants to merge 7 commits intoBreakBB:masterfrom
Alessandro-Barbieri:upvalue
Open

upvalue globals#431
Alessandro-Barbieri wants to merge 7 commits intoBreakBB:masterfrom
Alessandro-Barbieri:upvalue

Conversation

@Alessandro-Barbieri
Copy link
Contributor

@Alessandro-Barbieri Alessandro-Barbieri commented Feb 28, 2026

I'm testing it. For now no issues.

@Alessandro-Barbieri Alessandro-Barbieri marked this pull request as ready for review February 28, 2026 16:45
Copy link
Owner

@BreakBB BreakBB left a comment

Choose a reason for hiding this comment

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

What exactly is the goal of this PR? Just want to make sure I understand what you are trying to achieve.

Comment on lines 244 to 249
[19742] = (IsClassic and nil or 1), -- Blessing of Wisdom rank 1
[19850] = (IsClassic and nil or 1), -- Blessing of Wisdom rank 2
[19852] = (IsClassic and nil or 1), -- Blessing of Wisdom rank 3
[19853] = (IsClassic and nil or 1), -- Blessing of Wisdom rank 4
[19854] = (IsClassic and nil or 1), -- Blessing of Wisdom rank 5
[25290] = (IsClassic and nil or 1), -- Blessing of Wisdom rank 6
Copy link
Owner

Choose a reason for hiding this comment

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

This does not work. You can't do and nil or because it will always be the or case.

That's why I changed it here as a fix last time it was broken. It needs to be and X or nil.

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.

2 participants