From 936c11916ff65ad76689eee0b0154ba83da8026f Mon Sep 17 00:00:00 2001 From: Keramat Jokar Date: Tue, 28 Nov 2023 11:17:41 +0330 Subject: [PATCH] DB/World: Fix achievement reward "Glory of the Cataclysm Hero" --- sql/updates/world/2023_11_28_11_42.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2023_11_28_11_42.sql diff --git a/sql/updates/world/2023_11_28_11_42.sql b/sql/updates/world/2023_11_28_11_42.sql new file mode 100644 index 0000000000..bb6b3ebdb1 --- /dev/null +++ b/sql/updates/world/2023_11_28_11_42.sql @@ -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.');