aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortje3d <tje3d@users.noreply.github.com>2018-01-20 18:00:50 +0100
committerShauren <shauren.trinity@gmail.com>2021-06-16 12:56:20 +0200
commitd4359bb560ff1022dac7b0339dab894906a09be4 (patch)
tree42031680a739f1f2239da599c0210529f403b4c1
parent18b0135bf78fa89ad753a173b4caa48bf0af4244 (diff)
DB/Quest: A Rough Ride & The Black Knight's Orders
Closes #21248 Closes #21249 (cherry picked from commit 946856258cf004e35b9150c60b3bc7de859a72b7)
-rw-r--r--sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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);