fix(DB/Creature): Disable Ragnaros movement (#12022)

* Update boss_ragnaros.cpp

* pew

* pew
This commit is contained in:
Eddy Vega
2022-06-26 01:49:12 -06:00
committed by GitHub
parent 33fef6fb8d
commit e258a96e38

View File

@@ -0,0 +1,5 @@
DELETE FROM `creature_template_movement` WHERE `CreatureId`=11502;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(11502, 0, 0, 0, 1, 0, 0, NULL);