chore(DB): import pending files

Referenced commit(s): f66d557be0
This commit is contained in:
github-actions[bot]
2026-04-20 09:41:07 +00:00
parent f66d557be0
commit 020351f628

View File

@@ -0,0 +1,5 @@
-- DB update 2026_04_20_00 -> 2026_04_20_01
-- Set Disable Gravity from Power Spark to Power Spark (1)
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 32187);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(32187, 0, 0, 1, 0, 0, 0, 0);