diff options
author | Andrew <47818697+Nyeriah@users.noreply.github.com> | 2024-11-10 08:41:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 08:41:46 -0300 |
commit | e2be8fb296f54f439f319cb94c68172820ff6d79 (patch) | |
tree | 5ccede06c7a22fc9ea4d5fb381b6abf00b639a8c /data | |
parent | 8904a1330479f3f5c141d239c888a92f9ec0e7b9 (diff) |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/pending_db_world/rev_1731176128691196300.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1731176128691196300.sql b/data/sql/updates/pending_db_world/rev_1731176128691196300.sql new file mode 100644 index 0000000000..bb2a543444 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1731176128691196300.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_movement` WHERE `CreatureId` = 24858; +INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES +(24858, 1, 1); |