forked from opentibiabr/canary
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avatar cooldown reduction (opentibiabr#2607)
# Description This PR fixes the avatar cooldown reduction spells to be done in the source and remove from scripts, this is being done to work with opentibiabr#2602. ## Behaviour ### **Actual** The avatar cooldown reduction is via script. ### **Expected** The avatar cooldown reduction is via source. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [x] Cast Avatar spell of each vocation with stage 1 in wheel, the cooldown should be 120 minutes (two hours) - [x] Cast Avatar spell of each vocation with stage 2 in wheel, the cooldown should be 90 minutes (one and a half hour) - [x] Cast Avatar spell of each vocation with stage 3 in wheel, the cooldown should be 60 minutes (one hour) **Test Configuration**: - Server Version: Latest - Client: 13.32 - Operating System: Windows 11 ## Checklist - [X] My code follows the style guidelines of this project - [X] I have performed a self-review of my own code - [X] I checked the PR checks reports - [X] I have commented my code, particularly in hard-to-understand areas - [X] I have made corresponding changes to the documentation - [X] My changes generate no new warnings - [X] I have added tests that prove my fix is effective or that my feature works --------- Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5aeb64c
commit a9360fa
Showing
5 changed files
with
16 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters