From d4359bb560ff1022dac7b0339dab894906a09be4 Mon Sep 17 00:00:00 2001 From: tje3d Date: Sat, 20 Jan 2018 18:00:50 +0100 Subject: DB/Quest: A Rough Ride & The Black Knight's Orders Closes #21248 Closes #21249 (cherry picked from commit 946856258cf004e35b9150c60b3bc7de859a72b7) --- sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql b/sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql new file mode 100644 index 00000000000..e65560f3b01 --- /dev/null +++ b/sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql @@ -0,0 +1,4 @@ +-- A Rough Ride +UPDATE `smart_scripts` SET `target_type` = 23 WHERE `entryorguid` = 28308 and `id` IN (2,3); +-- Black Knights Order +UPDATE `smart_scripts` SET `target_type` = 23 WHERE `entryorguid` = 33519 and `id` IN (1,2); -- cgit v1.2.3