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:
UltraNix
2022-12-25 14:16:30 +01:00
committed by GitHub
parent c7f9f9bc27
commit 2e001e7a6d

View File

@@ -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);