diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-14 04:58:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 04:58:24 +0100 |
commit | 02bd76ad32cce6279d294477079812c02eb61519 (patch) | |
tree | b2554d219875d3c7530ea2b3f7969119e29fd703 | |
parent | dbc0689034977d1ecd45f248659f40666d7526e4 (diff) |
DB/Quest: make Blessing of Zim'Torga / Zim'Rhuk repeatables
closes #29471 by Jildor
-rw-r--r-- | sql/updates/world/3.3.5/2024_02_14_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_14_01_world.sql b/sql/updates/world/3.3.5/2024_02_14_01_world.sql new file mode 100644 index 00000000000..4c748d943a3 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_14_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template_addon` SET `SpecialFlags`=1 WHERE `ID` IN (12618,12656); |