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:
parent
c7f9f9bc27
commit
2e001e7a6d
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue