Fix(DB) Heart of Acherus seeable daemons (#18199)

* fix(DB): Triggers visible in Archerus

-Added trigger flag to npc_unworthy_initiate_anchor

Closes AzerothCore issue #18196

* fix(DB): Triggers visible in Archerus

-Uses UPDATE instead of DELETE/INSERT

Closes AzerothCore issue #18196

* Update rev_1705766635914320261.sql

Add flag instead of overriding

---------

Co-authored-by: Billy Jones <billy@billyjones.uk>
This commit is contained in:
Billy Jones
2024-02-13 12:25:10 +00:00
committed by GitHub
parent d7d2153ce9
commit 95085a55ef

View File

@@ -0,0 +1 @@
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = 29521;