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: convergence fusion #2849

Closed
wants to merge 1 commit into from
Closed

fix: convergence fusion #2849

wants to merge 1 commit into from

Conversation

murilo09
Copy link
Contributor

@murilo09 murilo09 commented Aug 24, 2024

Description

https://tibia.fandom.com/wiki/Equipment_Upgrade#Convergence_Fusion

Behaviour

Actual

Convergence Fusion working from any slot to any slot

Expected

Convergence Fusion working from one slot to the same slot

Fixes #2718

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I checked the PR checks reports
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

Copy link
Contributor

Qodana for C/C++

1 new problem were found

Inspection name Severity Problems
function-cognitive-complexity 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@beats-dh beats-dh closed this Aug 28, 2024
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.

Forge fusion convergence is wrong
2 participants