chore(DB): import pending files

Referenced commit(s): b8a9dc9cf8
This commit is contained in:
github-actions[bot]
2024-11-15 13:25:43 +00:00
parent b8a9dc9cf8
commit c9665aa69b

View File

@@ -0,0 +1,3 @@
-- DB update 2024_11_15_01 -> 2024_11_15_02
-- remove trigger flag from 26594 Spiritual Insight Transform
UPDATE `creature_template` SET `flags_extra` = (`flags_extra` & ~128) WHERE (`entry` = 26594);