From e9665dda9f8e0c446c6a442ebe7278dbeabe1d7a Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 11 Aug 2018 15:43:38 +0200 Subject: DB/SAI: Fix 2 DB errors related to invoker (cherry picked from commit e63ca1c402832e0e1fe81de29399fa8c327d9f4c) --- sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql b/sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql new file mode 100644 index 00000000000..b088f356572 --- /dev/null +++ b/sql/updates/world/master/2021_10_17_20_world_2018_08_11_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=24 WHERE `entryorguid` IN (25416,25418) AND `source_type`=0 AND `id` IN (4); -- cgit v1.2.3