aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortje3d <tje3d@users.noreply.github.com>2018-01-20 18:00:50 +0100
committerKillyana <morphone1@gmail.com>2018-01-20 18:00:50 +0100
commit946856258cf004e35b9150c60b3bc7de859a72b7 (patch)
tree79d24ca953a3f7c463df482a60ea91581c9a6e35
parentfa3eb754cbe142c645e89d2aa4948603c43693d2 (diff)
DB/Quest: A Rough Ride & The Black Knight's Orders
Closes #21248 Closes #21249
-rw-r--r--sql/updates/world/3.3.5/2018_01_20_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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);