fix(DB/Creature): Prevent Underground Well Credit Marker from attacking the player (#14071)

Create rev_1670201379035894100.sql
This commit is contained in:
Gultask 2022-12-06 09:07:09 -03:00 committed by GitHub
parent 57f642bd27
commit 1b3c2984f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
-- Set IMMUNE_TO_PC & IMMUNE_TO_NPC
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE (`entry` = 18161);