fix(Scripts/ZulAman): Fix Akilzon not spawning eagles and update script (#20493)

* fix(Scripts/ZulAman): Fix Akilzon not spawning eagles and update script

* Update boss_akilzon.cpp
This commit is contained in:
Andrew
2024-11-10 08:41:46 -03:00
committed by GitHub
parent 8904a13304
commit e2be8fb296
2 changed files with 129 additions and 180 deletions

View File

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