fix(Scripts/BlackTemple): Shade of Akama should despawn on evade and Akama despawns before dying (#19894)

* fix(Scripts/BlackTemple): Shade of Akama should despawn on evade and Akama despawns before dying

* Create rev_1725714358950337100.sql

* Update boss_shade_of_akama.cpp
This commit is contained in:
Andrew
2024-09-09 07:45:23 -03:00
committed by GitHub
parent fafd351e44
commit 56e03c495d
2 changed files with 22 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2147483648 WHERE `entry` = 22841;