fix(Scripts/ObsidianSanctum): Correct Flame Tsunami spawns according to sniffed data. (#24218)
This commit is contained in:
parent
61880e2246
commit
4331cdf335
2 changed files with 35 additions and 13 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue