diff options
-rw-r--r-- | sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql b/sql/updates/world/master/2021_06_16_05_world_2018_01_20_00_world.sql new file mode 100644 index 00000000000..e65560f3b01 --- /dev/null +++ b/sql/updates/world/master/2021_06_16_05_world_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); |