From 31a16c1603e38cbbe999947c01dc6c1d1db9756e Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:19:28 -0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Amani=20Hatchling=20Flame=20B?= =?UTF-8?q?uffet=20should=20stack=20from=20differ=E2=80=A6=20(#20668)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/sql/updates/pending_db_world/hatchling.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/hatchling.sql diff --git a/data/sql/updates/pending_db_world/hatchling.sql b/data/sql/updates/pending_db_world/hatchling.sql new file mode 100644 index 000000000..4f300a7a5 --- /dev/null +++ b/data/sql/updates/pending_db_world/hatchling.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_custom_attr` WHERE `spell_id`=43299; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (43299, 4194304);