fix(Scripts/Oculus): Varos Cloudstrider does not summon Azure Ring Captain (#22198)

This commit is contained in:
avarishd
2025-05-30 18:13:11 +03:00
committed by GitHub
parent 2217b5642d
commit c9f7031314
2 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
-- Azure Ring Captain (28236)
DELETE FROM `creature_template_movement` WHERE (`CreatureId` = 28236);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(28236, 0, 0, 1, 0, 0, 0, 0);