fix(DB/Creature): Make Shadow Labyrinth triggers invisible to players (#16546)

This commit is contained in:
Eddy Vega
2023-06-15 18:22:04 -06:00
committed by GitHub
parent d071784d92
commit 5a85176a1c

View File

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