Skip to content

Commit

Permalink
fix: move champion of naaru title (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Jul 5, 2024
1 parent dfb01c4 commit 79e7a1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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);

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);

0 comments on commit 79e7a1b

Please sign in to comment.