fix(DB/Creature): Make Hydross the Unstable immune to taunt (#17514)

initial
This commit is contained in:
Dan 2023-10-16 14:41:00 +02:00 committed by GitHub
parent c4dc20a814
commit 05361d021d
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`|256 WHERE `entry` = 21216;