fix(DB/Creature): add Power Spark movement to Power Spark (1) (#25234)
This commit is contained in:
parent
b7dbb25c58
commit
f66d557be0
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue