From af05a8ba6a43c8ac52144ac8dafa28d5d1e2e188 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:10:05 -0300 Subject: [PATCH] chore(DB): Correct typo in 2023_04_02_02.sql (#15874) Update 2023_04_02_02.sql --- data/sql/updates/db_world/2023_04_02_02.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/updates/db_world/2023_04_02_02.sql b/data/sql/updates/db_world/2023_04_02_02.sql index 77689ee88..5a1151054 100644 --- a/data/sql/updates/db_world/2023_04_02_02.sql +++ b/data/sql/updates/db_world/2023_04_02_02.sql @@ -1,2 +1,2 @@ -- DB update 2023_04_02_01 -> 2023_04_02_02 -UPDATE `smart_scripts` SET `event_type` = 25 AND `comment` = 'Arcatraz Sentinel - On Reset - Set Health 40%' WHERE `source_type` = 0 AND `entryorguid` = 20869 AND `id` = 0; +UPDATE `smart_scripts` SET `event_type` = 25, `comment` = 'Arcatraz Sentinel - On Reset - Set Health 40%' WHERE `source_type` = 0 AND `entryorguid` = 20869 AND `id` = 0;