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 "Glory of the Cataclysm Hero"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightprince authored Nov 28, 2023
1 parent f5b51d5 commit 936c119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/2023_11_28_11_42.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DELETE FROM `achievement_reward` WHERE `entry`=4845;
INSERT INTO `achievement_reward` (`entry`, `title_A`, `title_H`, `item`, `spell`, `sender`, `subject`, `text`) VALUES
(4845, 0, 0, 62900, 0, 34337, 'Recovered item', 'We recovered a lost item in the twisting nether and noted that it was yours. Please find said object enclosed.');

0 comments on commit 936c119

Please sign in to comment.