fix(DB/Creature): Make "Ambient Minion of Terokk" not selectable (#16569)

init
This commit is contained in:
Eddy Vega
2023-06-17 13:16:08 -06:00
committed by GitHub
parent f0c724559e
commit 2861251620

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432 WHERE `entry`=22380;