mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Movement: fixed hover movement for Unstable Twilight, Frostfire Orb and Flame Orb
This commit is contained in:
6
sql/updates/world/custom/custom_2019_02_18_03_world.sql
Normal file
6
sql/updates/world/custom/custom_2019_02_18_03_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (46304, 44214, 45322);
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`) VALUES
|
||||
(46304, 2, 0),
|
||||
(44214, 2, 1),
|
||||
(45322, 2, 1);
|
||||
|
||||
Reference in New Issue
Block a user