fix(Scripts/ObsidianSanctum): Correct Flame Tsunami spawns according to sniffed data. (#24218)

This commit is contained in:
Benjamin Jackson
2025-12-28 23:12:03 -05:00
committed by GitHub
parent 61880e2246
commit 4331cdf335
2 changed files with 35 additions and 13 deletions

View File

@@ -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);