mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
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:
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = 29521;
|
||||
Reference in New Issue
Block a user