From 4d3ee3f4249d137b4fc77863e5f8a991e82478db Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 17 Mar 2019 14:00:35 +0100 Subject: DB/SAI: Fix Credit quest for Tails Up Ref https://github.com/TrinityCore/TrinityCore/commit/82c532dc239d7bbb4cb449421969349253bc620e --- sql/updates/world/3.3.5/2019_03_17_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_03_17_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_03_17_00_world.sql b/sql/updates/world/3.3.5/2019_03_17_00_world.sql new file mode 100644 index 00000000000..968eef72724 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_17_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=33005 WHERE `entryorguid`=2932702 AND `source_type`=9 AND `id`=2; -- cgit v1.2.3