From 2e001e7a6dfca9d1fcb08e94b38fae8551e61335 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 25 Dec 2022 14:16:30 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/Creatures):=20Fixed=20Frozen=20Spheres?= =?UTF-8?q?=20not=20floating=20in=20the=20air=20in=20he=E2=80=A6=20(#14251?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Creatures): Fixed Frozen Spheres not floating in the air in heroic modes. Fixes #14204 --- .../sql/updates/pending_db_world/rev_1671267139648095100.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1671267139648095100.sql diff --git a/data/sql/updates/pending_db_world/rev_1671267139648095100.sql b/data/sql/updates/pending_db_world/rev_1671267139648095100.sql new file mode 100644 index 000000000..36b7b3dd6 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1671267139648095100.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (3460602,3460603); +INSERT INTO `creature_template_movement` VALUES +(3460602,0,1,1,0,0,0,NULL), +(3460603,0,1,1,0,0,0,NULL);