From 34044d0d50c8e1eccbfe20b253d515802b78c8b4 Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Tue, 8 Aug 2023 13:56:49 +0200 Subject: [PATCH] fix(DB/Creature): make sure The Crone can no longer be disarmed or interrupted (#16956) initial make sure she can cast her CL Co-authored-by: Benjamin Jackson <20357406+Maria-sequel@users.noreply.github.com> --- data/sql/updates/pending_db_world/the-crone-interrupt.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/the-crone-interrupt.sql diff --git a/data/sql/updates/pending_db_world/the-crone-interrupt.sql b/data/sql/updates/pending_db_world/the-crone-interrupt.sql new file mode 100644 index 000000000..49761ab7f --- /dev/null +++ b/data/sql/updates/pending_db_world/the-crone-interrupt.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|4|33554432 WHERE `entry` = 18168;