DB/Quest: A Rough Ride & The Black Knight's Orders

Closes #21248
Closes #21249

(cherry picked from commit 946856258c)
This commit is contained in:
tje3d
2018-01-20 18:00:50 +01:00
committed by Shauren
parent 18b0135bf7
commit d4359bb560

View File

@@ -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);