chore(DB): import pending files

Referenced commit(s): 96ec2dc626
This commit is contained in:
github-actions[bot]
2024-11-25 13:36:22 +00:00
parent 96ec2dc626
commit 42879621e4

View File

@@ -0,0 +1,4 @@
-- DB update 2024_11_25_00 -> 2024_11_25_01
--
-- Adds "Taunt Immunity" to Boss "Hex Lord Malacrass" (Zul'aman)
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 256 WHERE `entry` = 24239;