fix(DB/Creature): Netherspite is immune to taunts (#17261)

Create rev_1694778808871595100.sql

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
Gultask
2023-09-17 07:36:13 -03:00
committed by GitHub
parent 63a4301b1c
commit d9f6a22614

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE (`entry` = 15689);