From 7f5bcda7f7f94fb2d8ba5efd7805f09c49125643 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:03:41 -0300 Subject: [PATCH] chore(DB/Spells): Add missing Charm of the Bloodletter gender (#20724) --- data/sql/updates/db_world/2024_11_24_05.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sql/updates/db_world/2024_11_24_05.sql b/data/sql/updates/db_world/2024_11_24_05.sql index 945dc48e356936..fe43372442c586 100644 --- a/data/sql/updates/db_world/2024_11_24_05.sql +++ b/data/sql/updates/db_world/2024_11_24_05.sql @@ -1,3 +1,3 @@ -- DB update 2024_11_24_04 -> 2024_11_24_05 -- -UPDATE `spell_area` SET `gender` = 2 WHERE `spell` IN (43818, 43820, 43822); +UPDATE `spell_area` SET `gender` = 2 WHERE `spell` IN (43816, 43818, 43820, 43822);