chore(DB): import pending files

Referenced commit(s): 277aed596e
This commit is contained in:
github-actions[bot]
2025-04-01 09:07:15 +00:00
parent 1f3a90a41e
commit b03006aa1d

View File

@@ -1,3 +1,4 @@
-- DB update 2025_04_01_01 -> 2025_04_01_02
-- Remove flags and edit walk and run speed (sniffed)
UPDATE `creature_template` SET `unit_flags` = `unit_flags`& ~131072, `unit_flags2` = `unit_flags2`& ~2048, `flags_extra` = `flags_extra`& ~2, `speed_walk` = 1.2, `speed_run` = 0.4 WHERE (`entry` = 25744);