mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(DB/Creature): add Power Spark movement to Power Spark (1) (#25234)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user