diff options
| author | Killyana <morphone1@gmail.com> | 2016-07-04 00:17:26 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-04 20:17:46 +0100 |
| commit | 86b6d7f2a3e9f9ecd84e7c41695ba2d612f37de2 (patch) | |
| tree | 22f2f7cef854fde95474bd4627ace2ce1a21ca87 | |
| parent | 530177b32e40ced74238555c7c432d54aec7ca08 (diff) | |
DB/Quest: Treats for Great-father Winter (Horde version) shouldn't be repeatable
By SnapperRy
Closes #17505
(cherry picked from commit 9df55542a54525319b535e618719379afd3a261e)
| -rw-r--r-- | sql/updates/world/master/2017_02_04_13_world_2016_07_04_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_13_world_2016_07_04_01_world.sql b/sql/updates/world/master/2017_02_04_13_world_2016_07_04_01_world.sql new file mode 100644 index 00000000000..28f18ef6987 --- /dev/null +++ b/sql/updates/world/master/2017_02_04_13_world_2016_07_04_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `ID`=6962; |
