mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: A Rough Ride & The Black Knight's Orders
Closes #21248 Closes #21249
This commit is contained in:
4
sql/updates/world/3.3.5/2018_01_20_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2018_01_20_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user