From e071f08ca72185d5bbbe07439db25d6932b62e77 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 26 Oct 2019 11:40:42 +0200 Subject: DB/Quest: The Path to the Citadel Make the credit for the party invoker (cherry picked from commit 58b0ca864113e439d87289534607b83c1b9d1404) --- sql/updates/world/master/2021_12_18_57_world_2019_10_26_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_57_world_2019_10_26_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_18_57_world_2019_10_26_00_world.sql b/sql/updates/world/master/2021_12_18_57_world_2019_10_26_00_world.sql new file mode 100644 index 00000000000..27fd0eb82e3 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_57_world_2019_10_26_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=16 WHERE `entryorguid` IN (3677000,3676400) AND `source_type`=9 AND `id`=5; -- cgit v1.2.3