diff options
| author | Killyana <morphone1@gmail.com> | 2016-07-04 02:55:51 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-07-04 02:55:51 +0200 |
| commit | 05592e1dae32812b3532f2f083ea05f3b058183c (patch) | |
| tree | 68ff621bc82c8c269081cab73be497dda1957d96 | |
| parent | 0566bba3356470d0564e39ee971b1a53c50351a4 (diff) | |
DB/Quest: Remove wrong repeatable flag from "The Legend of Stalvan"
Closes #17491
By SnapperRy
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_04_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_04_10_world.sql b/sql/updates/world/3.3.5/2016_07_04_10_world.sql new file mode 100644 index 00000000000..564f03ac93b --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_04_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SpecialFlags`=0 WHERE `Id`=75; |
