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

Closes #21248
Closes #21249
This commit is contained in:
tje3d
2018-01-20 18:00:50 +01:00
committed by Killyana
parent fa3eb754cb
commit 946856258c

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