From bd9b320a4b0d99e585e32340b38a38add5309aee Mon Sep 17 00:00:00 2001 From: temperrr Date: Thu, 7 Apr 2022 14:16:59 +0200 Subject: [PATCH] fix(DB/Creature): Razorgore should not be interruptable --- data/sql/updates/pending_db_world/rev_1649325436095486698 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1649325436095486698 diff --git a/data/sql/updates/pending_db_world/rev_1649325436095486698 b/data/sql/updates/pending_db_world/rev_1649325436095486698 new file mode 100644 index 000000000..498c02689 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1649325436095486698 @@ -0,0 +1,2 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649325436095486698'); +UPDATE `creature_template` SET `mechanic_immune_mask` = 650854235 WHERE (`entry` = 12435);