From c00f89a6fdcf4c41940e0b08b435eaa9ecd03fec Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:29:35 -0300 Subject: [PATCH] fix(DB/Spell): Sludge Nova stack from different casters (#19063) --- data/sql/updates/pending_db_world/rev_1718465866090605600.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1718465866090605600.sql diff --git a/data/sql/updates/pending_db_world/rev_1718465866090605600.sql b/data/sql/updates/pending_db_world/rev_1718465866090605600.sql new file mode 100644 index 000000000..45e2e9132 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1718465866090605600.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id`=40103; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (40103, 4194304);