fix(DB/Creature): make infernal helper targets in Kara invisible to players (#17309)

* initial

* add bench's bunny
This commit is contained in:
Dan 2023-09-19 23:39:40 +02:00 committed by GitHub
parent 373fdd68bf
commit ae5b7538b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE `entry` IN (17168, 17169, 17170, 17171, 17172, 17173, 17174, 17175, 17176, 17260, 17459);