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

fix: unique runes get wrong lbin prices #497

Merged
merged 6 commits into from
Sep 10, 2024
Merged

Conversation

TakoTheDev
Copy link
Contributor

@TakoTheDev TakoTheDev commented Sep 10, 2024

Unique Rune NBT (simplified):

{
    Name: "§f§f§e◆ Meow Music Rune III",
    ExtraAttributes: {
        runes: { MEOW_MUSIC: 3 },
        id:"UNIQUE_RUNE"
    }
}

Normal Rune NBT (simplified):

{
    Name: "§f§f§c◆ Grand Searing Rune III",
    ExtraAttributes: {
        runes: { GRAND_SEARING: 3 },
        id: "RUNE"
    }
}

Tested and works

@Sychic Sychic merged commit ddb3851 into Skytils:dev Sep 10, 2024
1 check passed
@TakoTheDev TakoTheDev deleted the rune_fix branch September 10, 2024 22:37
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