-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix(DB/Quests): Fix multiple quest requirements in Kolramas hub #24054
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
Conversation
There were multiple quests in the Kolramas Argent Crusade with incorrect quest requirements. - Closes azerothcore#24044 - Closes chromiecraft/chromiecraft#8580 - Closes azerothcore#24041 - Closes chromiecraft/chromiecraft#8596
Fix trailing space
|
I've tested this yesterday while helping Rorshan with the SQL, |
|
when running the query.
Even if it's optional SQL for the people to run do not use database names in, just tell where to run (this case characters) and give the query with table names and no database defined. Don't |
Edited to fix this error and to properly fit SQL style standards |
There were multiple quests in the Kolramas Argent Crusade with incorrect quest requirements.
Changes Proposed:
This PR proposes changes to:
Issues Addressed:
SOURCE:
The changes have been validated through:
Tests Performed:
This PR has been:
How to Test the Changes:
.go quest starter 12598.quest add 12596.quest add 12598,.quest complete 12598,.quest reward 12598The 2 next sections can be tested in either order.
Part 1
.quest add 12552,.quest complete 12552,.quest reward 12552Part 2
.quest add 12553,.quest complete 12553,.quest reward 12553.quest add 12583,.quest complete 12583,.quest reward 12583Known Issues and TODO List:
Characters who completed or have in their quest log A Tangled Skein before completing Throwing Down can not be offered Throwing Down. The fixes in this PR do not solve this issue for characters already affected, but it prevents future occurrences.
Server owners can attempt to fix this issue for affected characters by removing A Tangled Skein and the 2 previous quests (Crashed Sprayer and Skimmer Spinnerets) from both quest completion and quest logs:
The following is to be run on the character database.
How to Test AzerothCore PRs
When a PR is ready to be tested, it will be marked as [WAITING TO BE TESTED].
You can help by testing PRs and writing your feedback here on the PR's page on GitHub. Follow the instructions here:
http://www.azerothcore.org/wiki/How-to-test-a-PR
REMEMBER: when testing a PR that changes something generic (i.e. a part of code that handles more than one specific thing), the tester should not only check that the PR does its job (e.g. fixing spell XXX) but especially check that the PR does not cause any regression (i.e. introducing new bugs).
For example: if a PR fixes spell X by changing a part of code that handles spells X, Y, and Z, we should not only test X, but we should test Y and Z as well.