fix(DB/Creature): add Power Spark movement to Power Spark (1) (#25234)

This commit is contained in:
sogladev 2026-04-20 11:39:59 +02:00 committed by GitHub
parent b7dbb25c58
commit f66d557be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
-- 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);