fix(DB/Creature): Netherspite, Nightbane should be immune to interrupt (#16922)

fix(DB/Creature): Netherspite and Nightbane should be immune to interrupt
This commit is contained in:
Maria-sequel 2023-08-06 17:18:12 +02:00 committed by GitHub
parent 6425c18c66
commit 250d9d059a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|33554432 WHERE `entry` IN (15689, 17225);