fix(DB/Creature): Prevent Underground Well Credit Marker from attacking the player (#14071)
Create rev_1670201379035894100.sql
This commit is contained in:
parent
57f642bd27
commit
1b3c2984f3
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Set IMMUNE_TO_PC & IMMUNE_TO_NPC
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE (`entry` = 18161);
|
||||
Loading…
Add table
Add a link
Reference in a new issue