From 58b0ca864113e439d87289534607b83c1b9d1404 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 --- sql/updates/world/3.3.5/2019_10_26_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_10_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_10_26_00_world.sql b/sql/updates/world/3.3.5/2019_10_26_00_world.sql new file mode 100644 index 00000000000..27fd0eb82e3 --- /dev/null +++ b/sql/updates/world/3.3.5/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