aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-06-27 01:53:53 +0200
committerWyrserth <wyrserth@protonmail.com>2019-06-27 01:53:53 +0200
commit6aa3ec8fb10e6916fd00368af40471ef8dbeb5d6 (patch)
treeaf8babd08c5680bcf12848251ee136a2e9ea3955
parenteeba12778b330f799eab1530da14bcd8a01b8269 (diff)
DB/SAI: fix issue with quest "Still At It" introduced in 2b1cde25.
Closes #23525.
-rw-r--r--sql/updates/world/3.3.5/2019_06_27_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_27_01_world.sql b/sql/updates/world/3.3.5/2019_06_27_01_world.sql
new file mode 100644
index 00000000000..e28fccf06f6
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_27_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `smart_scripts` SET `action_param3`=1 WHERE `entryorguid`=28566 AND `source_type`=0 AND `id`=2;