From a1d3b25e96cfb7f05bab4620495ee406585b4cdd Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:50:33 -0600 Subject: [PATCH] fix(DB/ShadowLabyrinth): Apply 'Incite Chaos' as debuff (#15997) * init * pew --- data/sql/updates/pending_db_world/rev_1681793209169080500.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1681793209169080500.sql diff --git a/data/sql/updates/pending_db_world/rev_1681793209169080500.sql b/data/sql/updates/pending_db_world/rev_1681793209169080500.sql new file mode 100644 index 000000000..a8dca33af --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1681793209169080500.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `spell_id`=33684; +INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (33684,4096); +