chore(DB): import pending files

Referenced commit(s): d9d8dc5a2f
This commit is contained in:
github-actions[bot]
2024-11-24 02:52:30 +00:00
parent cb9df80a6d
commit 9db157545d
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2024_11_23_01 -> 2024_11_24_00
--
-- not selectable
UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 33554432 WHERE (`entry` = 24223);

View File

@@ -1,3 +1,4 @@
-- DB update 2024_11_24_00 -> 2024_11_24_01
--
-- Adds "Disarm" immunity to Creautre (Boss) "Halazzi" - [Zul'Aman]
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 4 WHERE `entry` = 23577;