refactor(Scripts/ZulAman): refactor Halazzi (#18267)

* initial

* some fixes

* last booboos

* fixes after test

* finale

* actual final

* blegh
This commit is contained in:
Dan
2024-02-08 03:43:38 +01:00
committed by GitHub
parent bc25ade498
commit af880d516f
4 changed files with 258 additions and 285 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 24224;
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
(24224, 1, 1);