refactor(Scripts/TempleOfAhnQiraj): Remove Giant Flesh Claw script as… (#12526)

refactor(Scripts/TempleOfAhnQiraj): Remove Giant Flesh Claw script as it is not needed
This commit is contained in:
Skjalf
2022-07-25 12:12:43 -03:00
committed by GitHub
parent e3c7b52253
commit 1cec5d2534
2 changed files with 9 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `creature_template_movement` WHERE `creatureId` = 15802;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Swim`, `Flight`, `Rooted`, `Chase`, `Random`, `InteractionPauseTimer`) VALUES
(15802, 1, 0, 0, 1, 0, 0, 0);
UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 15802;