diff --git a/data/sql/playerbots/updates/db_playerbots/2024_11_25_00.sql b/data/sql/playerbots/updates/db_playerbots/2024_11_25_00.sql new file mode 100644 index 00000000..fef6c756 --- /dev/null +++ b/data/sql/playerbots/updates/db_playerbots/2024_11_25_00.sql @@ -0,0 +1,11 @@ +UPDATE `updates_include` +SET `path` = '$/data/sql/playerbots/updates' +WHERE `state` = 'RELEASED'; + +UPDATE `updates_include` +SET `path` = '$/data/sql/playerbots/custom' +WHERE `state` = 'CUSTOM'; + +UPDATE `updates_include` +SET `path` = '$/data/sql/playerbots/archive' +WHERE `state` = 'ARCHIVED';