mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Quest: A Rough Ride & The Black Knight's Orders
Closes #21248
Closes #21249
(cherry picked from commit 946856258c)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user