-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: move champion of naaru title (#406)
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
5 changes: 2 additions & 3 deletions
5
src/Bracket_70_4_1/sql/world/progression_61_64_quest_template_attunement_down.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
-- Remove The Tempest Key and title from the rewards of Trial of the Naaru: Magtheridon | ||
UPDATE `quest_template` SET `RewardItem2` = 0, `RewardAmount2` = 0, `RewardTitle` = 0 WHERE (`ID` = 13430); | ||
-- Remove The Tempest Key from the rewards of Trial of the Naaru: Magtheridon | ||
UPDATE `quest_template` SET `RewardItem2` = 0, `RewardAmount2` = 0 WHERE (`ID` = 13430); | ||
-- Removes The Mark of Vashj spell to The Cudgel of Kar'desh (cosmetic) | ||
UPDATE `quest_template` SET `RewardSpell` = 0 WHERE (`ID` = 13431); | ||
|
2 changes: 2 additions & 0 deletions
2
src/Bracket_80_1/sql/world/progression_61_64_quest_template_hand_of_adal_down.sql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
-- Remove Hand of A'dal Title reward for completing BT attunement | ||
UPDATE `quest_template` SET `RewardTitle` = 0 WHERE (`ID` = 10985); | ||
-- Remove title from the rewards of Trial of the Naaru: Magtheridon | ||
UPDATE `quest_template` SET `RewardTitle` = 0 WHERE (`ID` = 13430); |