aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzcobu <Azcobu@users.noreply.github.com>2021-10-16 16:14:16 +0300
committeroffl <offl@users.noreply.github.com>2021-10-16 16:14:16 +0300
commitd2f887a226338b27c04bf9ec95dd5a26235e9bf3 (patch)
tree6c79aaecc528bcb4b93aa57f187403828964cb6d
parent8706db9aa94f617297def33b10a3ba3523f547d6 (diff)
DB/Quest: Make 3 Armaments of Battle quests repeatable
Closes #27071
-rw-r--r--sql/updates/world/3.3.5/2021_10_16_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_16_02_world.sql b/sql/updates/world/3.3.5/2021_10_16_02_world.sql
new file mode 100644
index 00000000000..d5b73cf06ec
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_10_16_02_world.sql
@@ -0,0 +1,2 @@
+-- Makes 3 Argent Dawn "Armaments of Battle" quests repeatable
+UPDATE `quest_template_addon` SET `SpecialFlags`=`SpecialFlags`| 1 WHERE `ID` IN (9223, 9227, 9228);