From adaf1e6b9115478475def9cc7db78db4a8b2b2eb Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:44:01 +0100 Subject: [PATCH] Update 2024_11_25_00.sql --- .../updates/db_playerbots/2024_11_25_00.sql | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 index 9d4d6e82..fef6c756 100644 --- a/data/sql/playerbots/updates/db_playerbots/2024_11_25_00.sql +++ b/data/sql/playerbots/updates/db_playerbots/2024_11_25_00.sql @@ -1,11 +1,11 @@ -UPDATE 'updates_include' -SET 'path' = '$/data/sql/playerbots/updates' -WHERE 'state' = 'RELEASED'; +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/custom' +WHERE `state` = 'CUSTOM'; -UPDATE 'updates_include' -SET 'path' = '$/data/sql/playerbots/archive' -WHERE 'state' = 'ARCHIVED'; +UPDATE `updates_include` +SET `path` = '$/data/sql/playerbots/archive' +WHERE `state` = 'ARCHIVED';