aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeji46 <meji46@users.noreply.github.com>2021-08-08 15:13:43 +0300
committeroffl <offl@users.noreply.github.com>2021-08-08 15:13:43 +0300
commit4d11401377e41b71cd96efc4d34e59c1dda365f2 (patch)
tree4f569e3151ab7819f056fff511d92cc972982a17
parentb3449158b1978963abf93f5041134226d1e7e0e6 (diff)
DB/Quest: Correct reputation requirement for Banish the Demons
Closes #26779
-rw-r--r--sql/updates/world/3.3.5/2021_08_08_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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;