From 7e03a76f962af554d0c02993211678a556034839 Mon Sep 17 00:00:00 2001 From: temperrr Date: Mon, 11 Apr 2022 11:08:16 +0200 Subject: [PATCH] fix(DB/Creature): Broodlord Lashlayer should not be disarmable (#11359) --- data/sql/updates/pending_db_world/rev_1649663437340205577.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1649663437340205577.sql diff --git a/data/sql/updates/pending_db_world/rev_1649663437340205577.sql b/data/sql/updates/pending_db_world/rev_1649663437340205577.sql new file mode 100644 index 000000000..7c1b2a9c2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1649663437340205577.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649663437340205577'); +-- Broodlord Lashlayer should not be disarmable +UPDATE `creature_template` SET `mechanic_immune_mask` = 617299807 WHERE (`entry` = 12017);