aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeji46 <meji46@users.noreply.github.com>2021-08-08 15:13:43 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-12 14:09:01 +0100
commite9cc011bd902de6c96354c2d37d2a691a0068b23 (patch)
treee986785853652a65699a9a9bab3c015911872730
parent0e846238b5671d6effb345b50982d27cfdba7c51 (diff)
DB/Quest: Correct reputation requirement for Banish the Demons
Closes #26779 (cherry picked from commit 4d11401377e41b71cd96efc4d34e59c1dda365f2)
-rw-r--r--sql/updates/world/master/2022_03_12_00_world_2021_08_08_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_12_00_world_2021_08_08_00_world.sql b/sql/updates/world/master/2022_03_12_00_world_2021_08_08_00_world.sql
new file mode 100644
index 00000000000..912c508d68a
--- /dev/null
+++ b/sql/updates/world/master/2022_03_12_00_world_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;