mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(DB/Creatures): Fixed Frozen Spheres not floating in the air in he… (#14251)
fix(DB/Creatures): Fixed Frozen Spheres not floating in the air in heroic modes. Fixes #14204
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `creature_template_movement` WHERE `CreatureID` IN (3460602,3460603);
|
||||||
|
INSERT INTO `creature_template_movement` VALUES
|
||||||
|
(3460602,0,1,1,0,0,0,NULL),
|
||||||
|
(3460603,0,1,1,0,0,0,NULL);
|
||||||
Reference in New Issue
Block a user