From 08b9b016fb07541b8b74e8dd26c21c44c1462d2f Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Mon, 29 May 2023 02:28:13 +0200 Subject: [PATCH] fix(DB/Creature): remove very strange resistance from Kaliri Swooper, Matriarch and the Hatchlings (#16367) * initial * verifiedbuild forgot that * final * change to delete statement --- data/sql/updates/pending_db_world/fix-kaliri-resist.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/fix-kaliri-resist.sql diff --git a/data/sql/updates/pending_db_world/fix-kaliri-resist.sql b/data/sql/updates/pending_db_world/fix-kaliri-resist.sql new file mode 100644 index 000000000..812462f3a --- /dev/null +++ b/data/sql/updates/pending_db_world/fix-kaliri-resist.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_template_resistance` WHERE `CreatureID` IN (17034, 17035, 17039, 17053);