From 79f34b2b311804f06a1dc764f00dc63370ec6320 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Tue, 19 Jul 2022 23:25:01 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Zandalarian=20Hero=20Charm=20?= =?UTF-8?q?trinket=20should=20drop=20off=20stacks=E2=80=A6=20(#12406)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … only on cast. --- data/sql/updates/pending_db_world/rev_1658046606233879000.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1658046606233879000.sql diff --git a/data/sql/updates/pending_db_world/rev_1658046606233879000.sql b/data/sql/updates/pending_db_world/rev_1658046606233879000.sql new file mode 100644 index 000000000..044822329 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1658046606233879000.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_proc_event` SET `procPhase`=1 WHERE `entry`=24658;