Skip to content

Commit

Permalink
fix: Move Hand of Adal title to WotLK release (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Jun 29, 2024
1 parent 672b79c commit db1d2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
UPDATE `quest_template` SET `RewardItem2` = 0, `RewardAmount2` = 0, `RewardTitle` = 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);
-- Remove Hand of A'dal Title reward for completing BT attunement
UPDATE `quest_template` SET `RewardTitle` = 0 WHERE (`ID` = 10985);

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Remove Hand of A'dal Title reward for completing BT attunement
UPDATE `quest_template` SET `RewardTitle` = 0 WHERE (`ID` = 10985);

0 comments on commit db1d2d0

Please sign in to comment.