mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(DB/Creature): Fiendish Portals should not move (#17396)
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
--
|
||||||
|
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 17265;
|
||||||
|
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Rooted`) VALUES
|
||||||
|
(17265, 1, 1);
|
||||||
Reference in New Issue
Block a user