diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-20 08:14:48 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-29 21:57:21 +0100 |
commit | c6f10c6f60dd85d083af94f5398577fb516bc2d4 (patch) | |
tree | c4bd728fd0145b8d2dda10b03fb5a1c6b12c64c3 | |
parent | 44e37d39c4a3950bb92d5652bb5a8a086bf7e5aa (diff) |
DB/Quest: "Recover the Key!" should not be repeatable
Closes #17427 by SnapperRy
(cherry picked from commit 834070e74f0c1088504f50adf568d8fa8637f60f)
-rw-r--r-- | sql/updates/world/master/2017_01_29_23_world_2016_06_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_29_23_world_2016_06_20_01_world.sql b/sql/updates/world/master/2017_01_29_23_world_2016_06_20_01_world.sql new file mode 100644 index 00000000000..eb8ebef9293 --- /dev/null +++ b/sql/updates/world/master/2017_01_29_23_world_2016_06_20_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=7846; |