From 946856258cf004e35b9150c60b3bc7de859a72b7 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 --- sql/updates/world/3.3.5/2018_01_20_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_20_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_01_20_00_world.sql b/sql/updates/world/3.3.5/2018_01_20_00_world.sql new file mode 100644 index 00000000000..e65560f3b01 --- /dev/null +++ b/sql/updates/world/3.3.5/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