mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/ObsidianSanctum): Correct Flame Tsunami spawns according to sniffed data. (#24218)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
UPDATE `creature_template_addon` SET `auras` = '' WHERE `entry` = 30616;
|
||||
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 30616;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
|
||||
(30616, 2, 0, 2, 0, 0, 0, NULL);
|
||||
Reference in New Issue
Block a user