From 4d11401377e41b71cd96efc4d34e59c1dda365f2 Mon Sep 17 00:00:00 2001 From: meji46 Date: Sun, 8 Aug 2021 15:13:43 +0300 Subject: DB/Quest: Correct reputation requirement for Banish the Demons Closes #26779 --- sql/updates/world/3.3.5/2021_08_08_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_08_08_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_08_08_00_world.sql b/sql/updates/world/3.3.5/2021_08_08_00_world.sql new file mode 100644 index 00000000000..912c508d68a --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_08_00_world.sql @@ -0,0 +1,2 @@ +-- Quest: Banish the Demons (11026) +UPDATE `quest_template_addon` SET `RequiredMinRepValue`=9000 WHERE `ID`=11026; -- cgit v1.2.3