diff options
| author | Killyana <morphone1@gmail.com> | 2016-07-04 02:55:51 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-04 23:13:12 +0100 |
| commit | 8b8367017860f07d39fbc4eb6c67578378232d0f (patch) | |
| tree | 0ef71cbcb68fb4c029ab69726dec99b605405a9c | |
| parent | 8167e9e9a82f186347ad1c1d8686e0aa98f24362 (diff) | |
DB/Quest: Remove wrong repeatable flag from "The Legend of Stalvan"
Closes #17491
By SnapperRy
(cherry picked from commit 05592e1dae32812b3532f2f083ea05f3b058183c)
| -rw-r--r-- | sql/updates/world/master/2017_02_04_22_world_2016_07_04_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_22_world_2016_07_04_10_world.sql b/sql/updates/world/master/2017_02_04_22_world_2016_07_04_10_world.sql new file mode 100644 index 00000000000..564f03ac93b --- /dev/null +++ b/sql/updates/world/master/2017_02_04_22_world_2016_07_04_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `Id`=75; |
