mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
5
data/sql/updates/db_world/2026_04_20_01.sql
Normal file
5
data/sql/updates/db_world/2026_04_20_01.sql
Normal 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);
|
||||
Reference in New Issue
Block a user