From 6aa3ec8fb10e6916fd00368af40471ef8dbeb5d6 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Thu, 27 Jun 2019 01:53:53 +0200 Subject: DB/SAI: fix issue with quest "Still At It" introduced in 2b1cde25. Closes #23525. --- sql/updates/world/3.3.5/2019_06_27_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_27_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3