fix(DB/Creature): Make Nefarian's Troops invisible (#12572)

This commit is contained in:
Eddy Vega 2022-08-01 14:43:20 -06:00 committed by GitHub
parent 62fbef83c4
commit 56d8899bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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