Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
DB/World: Fix achievement reward "Heroic: Ragnaros"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightprince authored Nov 28, 2023
1 parent fd8e0a5 commit b25daa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/2023_11_28_11_54.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DELETE FROM `achievement_reward` WHERE `entry`=5803;
INSERT INTO `achievement_reward` (`entry`, `title_A`, `title_H`, `item`, `spell`, `sender`, `subject`, `text`) VALUES (5803, 278, 278, 0, 0, 0, NULL, NULL);

0 comments on commit b25daa1

Please sign in to comment.