diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-20 08:14:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-20 08:14:48 +0200 |
| commit | 834070e74f0c1088504f50adf568d8fa8637f60f (patch) | |
| tree | ed016c531a2d56756144242ba6db442bf29e1061 | |
| parent | da684b79328c0a8d590ba899a38d8d7302eedb0c (diff) | |
DB/Quest: "Recover the Key!" should not be repeatable
Closes #17427 by SnapperRy
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_20_01_world.sql b/sql/updates/world/3.3.5/2016_06_20_01_world.sql new file mode 100644 index 00000000000..eb8ebef9293 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_20_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=7846; |
