fix(DB/Creature): Add Taunt immunity to Magtheridon (#17076)

init
This commit is contained in:
Eddy Vega 2023-08-25 06:32:44 -06:00 committed by GitHub
parent 856d17ac36
commit cbbb705621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry`=17257;