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:
parent
d7d2153ce9
commit
95085a55ef
1 changed files with 1 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = 29521;
|
||||
Loading…
Add table
Add a link
Reference in a new issue