mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(DB/Creature): Disable Ragnaros movement (#12022)
* Update boss_ragnaros.cpp * pew * pew
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user