From bd02bf5ab40795cb8224159eee9d1735b1263b31 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Thu, 6 Oct 2022 02:43:23 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Spells):=20Using=20Ossirian=20Crystal=20?= =?UTF-8?q?should=20not=20prevent=20from=20castin=E2=80=A6=20(#13211)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...g other spells. --- data/sql/updates/pending_db_world/rev_1664729326847928700.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1664729326847928700.sql diff --git a/data/sql/updates/pending_db_world/rev_1664729326847928700.sql b/data/sql/updates/pending_db_world/rev_1664729326847928700.sql new file mode 100644 index 000000000..3d0fcfb94 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1664729326847928700.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_dbc` SET `CastingTimeIndex`=1 WHERE `id`=25186;