chore(DB): import pending files

Referenced commit(s): b23bad6be8
This commit is contained in:
github-actions[bot]
2024-11-22 12:26:34 +00:00
parent b23bad6be8
commit 695fc7994f

View File

@@ -1,3 +1,4 @@
-- DB update 2024_11_22_01 -> 2024_11_22_02
--
-- fix(db/Creature) - Bonechewer Behemoth isn't immune to Distract anymore
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` &~ 8 WHERE `entry` = 23196;